Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.24 KB

README.md

File metadata and controls

55 lines (33 loc) · 1.24 KB

dAPI.js DEMO

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.

Build

Required Tools and Dependencies

  • Node
  • Npm

Developing

Execute these commands in the project's root directory:

Download

git clone 'https://github.com/OntologyCommunityDevelopers/ontology-dapi-demo.git'
cd ontology-dapi-demo

Install

npm install

Start web server

This will build the project and start Express web server.

npm run start

You will get the demo served at http://localhost:3000

Built With

Authors

License

This project is licensed under the ISC License - see the LICENSE.md file for details