Skip to content

A javascript interface for interacting with the PlatON network

License

Notifications You must be signed in to change notification settings

h5-coder/client-sdk-js

 
 

Repository files navigation

Overview

Javascript SDK is a Js development kit for PlatON public chain provided by PlatON for Javascript developers.

Use

  • install
cnpm i https://github.com/PlatONnetwork/client-sdk-js
  • use in project
if (typeof web3 !== 'undefined') {
    web3 = new Web3(web3.currentProvider);
} else {
    web3 = new Web3(new Web3.providers.HttpProvider('http://host:port'));
}

Other

more reference wiki

About

A javascript interface for interacting with the PlatON network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 8.5%
  • C++ 7.3%