gscweb3
v1.0.2
Published
JavaScript SDK that encapsulates the GSC HTTP API
Downloads
8
Readme
GSCWeb3.js - GSC JavaScript API
This is the GSCJavaScript API which connects to the Generic JSON RPC spec.
You need to run a local or remote GSC node to use this library.
Please read the documentation for more.
Installation
Node
npm install gscweb3
Yarn
yarn add gscweb3
Usage
import GSCWeb3 from 'GSCWeb3';
const GSCWeb3 = new GSCWeb3({
fullHost: 'http://localhost',
eventServer: 'http://localhost',
privateKey: 'your private key'
}
);
Recent History
1.0.0
Read the Wiki for detail
Links
Licence
GSCWeb3 is distributed under a GNU licence.