@aergo/athena-client
v0.2.1
Published
Aergo client wrapper for interacting with aergo node.
Downloads
22
Readme
athena-client
Provides client wrapper for interacting with aergo node
Aergo version compatibility: v1.3.x
Api
I am too lazy to write tutorial. Just see following test code.
- Account api in account test
- Contract, AthenaClient api in client integration test
- Amount api in amount test
Usage
- Install dependenty :
yarn install
- Lint :
yarn run lint
- Test :
yarn run test
- Integration test :
yarn run it
(Assuming aergo server is running on testmode in a localhost) - Build :
yarn run build