@authereum/utils

Authereum utils library

Usage no npm install needed!

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

README

@authereum/utils

Utilities for Authereum

Development

Watch and build:

npm run dev

Build:

npm run dev

Lint:

npm run lint

Test

npm test

FAQ

  • Q: What is difference between validateX and validX utils?

    • A: The 'validateX' utils throw an error on invalid inputs and the 'validX' utils return a boolean.

License

MIT