thorchain-info-common

Repository with helpers and interfaces published to npm. To be used across repositories.

Usage no npm install needed!

<script type="module">
  import thorchainInfoCommon from 'https://cdn.skypack.dev/thorchain-info-common';
</script>

README

Explorer Commons

Repository with helpers and interfaces published to npm. To be used across repositories.

Linting

yarn lint

Testing

yarn test

Building for production

yarn run build

Publishing

  1. Make changes
  2. Version and publish: yarn publish

Development

For local development without constantly pushing updates to npm, use yarn link.