thorchain-wasm-client

yarn lint

Usage no npm install needed!

<script type="module">
  import thorchainWasmClient from 'https://cdn.skypack.dev/thorchain-wasm-client';
</script>

README

THORChain WASM Bridge JS Module

Linting

yarn lint

Testing

yarn test

Building for production

yarn run build

Publishing

  1. Make changes
  2. Version and publish: yarn publish --access public

Development

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