All Projects → CodeChain-io → codechain-sdk-js

CodeChain-io / codechain-sdk-js

Licence: ISC license
CodeChain JavaScript SDK

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to codechain-sdk-js

codechain-indexer
A blockchain data indexing tool for CodeChain
Stars: ✭ 21 (-19.23%)
Mutual labels:  codechain
codechain-keystore-server
A private key management server for CodeChain
Stars: ✭ 14 (-46.15%)
Mutual labels:  codechain
codechain-faucet
CodeChain testnet faucet
Stars: ✭ 17 (-34.62%)
Mutual labels:  codechain
codechain-helicopter
An airdrop tool for CodeChain
Stars: ✭ 14 (-46.15%)
Mutual labels:  codechain

CodeChain SDK for JavaScript npm version Build Status Gitter

A JavaScript SDK for CodeChain

API Documentation (For SDK users)

If you're looking for an API documentation or a quick start guide, click here

Features

  • Connect to a CodeChain JSON-RPC server
  • Generate an account, create a transacton, sign a transaction

Getting Started (For SDK developers)

Clone the source code

git clone [email protected]:CodeChain-io/codechain-sdk-js.git

Install dependencies

cd codechain-sdk-js && npm install

Running unit tests

npm run test

Building and running integration tests

  1. Run yarn build command.
  2. Run CodeChain RPC server.
  3. 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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].