A JavaScript SDK for CodeChain
If you're looking for an API documentation or a quick start guide, click here
- Connect to a CodeChain JSON-RPC server
- Generate an account, create a transacton, sign a transaction
git clone [email protected]:CodeChain-io/codechain-sdk-js.git
cd codechain-sdk-js && npm install
npm run test
- Run
yarn build
command. - Run CodeChain RPC server.
- Run
yarn test-int
command.It is also possible to indicate specific testcases with --
testRegex
and-t
option. (e.g.yarn test-int --testRegex Rpc -t getBestBlockNumber
)