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.
npm install gscweb3
yarn add gscweb3
import GSCWeb3 from 'GSCWeb3';
const GSCWeb3 = new GSCWeb3({
fullHost: 'http://localhost',
eventServer: 'http://localhost',
privateKey: 'your private key'
}
);
1.0.0
Read the Wiki for detail
GSCWeb3 is distributed under a GNU licence.