Giter Site home page Giter Site logo

ontology-dapi's Introduction

ontology dApi

English / δΈ­ζ–‡

ontology-dapi

API for dApps on Ontology blockchain. This is an implementation of dAPI from OEP-6 communication protocol.

It is necessary to have installed suitable dAPI provider . Reference implementation is Cyano Wallet.

The library is written in TypeScript, so all the methods and objects are typed. It is therefore usable in TypeScript projects as well as vanilla JavaScript projects.

How to use

ontology-dapi can be used as CommonJS/ES6 module or directly referencing in web page html.

Install CommonJS/ES module

npm install ontology-dapi

Import CommonJS

var client = require('ontology-dapi').client;

Import ES6 module

import { client } from 'ontology-dapi';

Web require

The browser.js file under the '/lib' folder needs to be referenced from the page:

<script src="./lib/browser.js"></script>

The use of the code is required under the global namespace of Ont.

var client = dApi.client;

Initialisation

dApp needs to register itself as a client with the ontology-dapi library to enable the communication.

import { client } from 'ontology-dapi';

client.registerClient({});

Usage

Examples of usage can be found in EXAMPLES.md or in a demo app

Documentation

All the methods of dAPI from OEP-6 are organised into smaller units: asset, identity, message, network, provider, smartContract and utils. The definitions of the methods can be found directly in the OEP-6.

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.git'
cd ontology-dapi

Install

npm install

Development build

This will build the project with minimum polyfilling for better debug experience.

npm run build:dev

You will get the packaged code under '/lib'.

Production build

npm run build:prod

You will get the packaged code under '/lib'

Built With

Authors

License

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.