backslash47 / ontology-dapi-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 94.6%Language:HTML 5.4%