@seaswap/seaswap-utils

A collection of JS utility functions for SeaSwap

Usage no npm install needed!

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

README

rsk-utils

A collection of JS utility functions for RSK.

It can be used in the browser with browserify.

Install

npm install @rsksmart/rsk-utils

Usage


const rskUtils = require('@rsksmart/rsk-utils')

Test

npm run test

To test in nodejs only:

npm run test:node

To run the tests in browsers only:

npm run test:browser

Documentation

see Documentation.md