This is the official sample app for the BLOCKv Web SDK.
You will need to have NodeJS installed.
- Download / Clone this repository into a local folder on computer.
- Navigate to the Blockv.js file under src/Common/Blockv.js replace {{APPID}} with your developer key and save.
- Run
npm install
in your terminal / command prompt
Once the installation is complete, to run the application, simply type in:
npm start
This sample allows the user to do the following:
- Login (Email / Mobile Number)
- Logout
- View Inventory
- Individual vAtom Display (Faces)
- vAtom information Display
- User Profile ( View / Edit )
Visit the Developer Portal for extended documentation and examples