coinfly
v1.1.51
Published
library for multiple crypto currencies
Readme
coinfly
library for multiple crypto currencies
installation
Node:
npm i coinfly
Browser:
<script src="https://unpkg.com/coinfly@latest/dist/coinfly.min.js"/>
Usage
- create the lib
const lib = await CoinFly.create('ar') //create a lib for arweave blockchain
const lib = await CoinFly.create('bsv') //create a lib for BSV blockchain
