Tested with aergo server version 1.3 - 2.0.
Javascript client SDK for the Aergo blockchain platform.
- @herajs/client: API client, basic models/utils (contract, address, encoding, amounts)
- @herajs/crypto: key generation, hashing, signing
- @herajs/wallet: stateful key manager, account tracking, tx tracking, storage
Clone this repository and run
yarn
Run tests (requires a local Aergo node running in --testmode
, listening on port 7845
).
yarn build
yarn test
Regenerate GRPC type definitions
yarn lerna run grpc --scope=@herajs/client
yarn build [--scope=@herajs/client]