Demo project for dAPI.js library.
The project contains examples for some of the API calls to Ontology blockchain using the dAPI.js library.
It is necessary to have installed suitable dAPI provider . Reference implementation is Cyano Wallet.
- Node
- Npm
Execute these commands in the project's root directory:
git clone 'https://github.com/OntologyCommunityDevelopers/ontology-dapi-demo.git'
cd ontology-dapi-demo
npm install
This will build the project and start Express web server.
npm run start
You will get the demo served at http://localhost:3000
- TypeScript - Used language
- Node.js - JavaScript runtime for building
- React - The web framework used
- Matus Zamborsky - Initial work - Backslash47
This project is licensed under the ISC License - see the LICENSE.md file for details