@authereum/common

Authereum common libraries and utils

Usage no npm install needed!

<script type="module">
  import authereumCommon from 'https://cdn.skypack.dev/@authereum/common';
</script>

README

@authereum/common

Authereum common shared libraries and utils

Usage

import AccountContract from '@authereum/common/core/AccountContract'

const instance = AccountContract.getInstance('0xA16473B98a69E04a368f8f71c6B66431eE663bF2', 'kovan')

Development

Watch and build:

npm run dev

Build:

npm run dev

Lint:

npm run lint

Test

npm test

License

MIT