0.2.2 • Published 4 years ago

iguana-lib v0.2.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

iguana-lib

Read Transactions, Scripts, ByteArrays and their preimages and evaluate transactions with this package.

Install

npm install --save iguana-lib

Note

Upon importing iguana-lib, it will instantiate the wasm package, which will be available once the ready Promise resolves:

import { ready, ECC } from 'iguana-lib';

ready.then(() => {
  const ecc = new ECC();
  console.log('Hello iguana!', ecc);
})
0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago