This repository contains the working example for Ukey1 React SDK. It's a playground for your tests. Enjoy.
- Download or clone this repository to your localhost or web server.
- Go to the root directory of the example and install all dependencies
npm install - Get your Ukey1
App ID(for test environment) - from Ukey1 Developer Console - Set your
App IDin src/js/App.js (search for const UKEY1_APP_ID) - Start your test app with
npm start(ornpm run build)
This example is based on create-react-app.
This code is released under the MIT license. Please see LICENSE file for details.