@aergo/athena-client

Aergo client wrapper for interacting with aergo node.

Usage no npm install needed!

<script type="module">
  import aergoAthenaClient from 'https://cdn.skypack.dev/@aergo/athena-client';
</script>

README

athena-client

npm npm

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.

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