0.1.2 • Published 5 years ago

eztz-lib v0.1.2

Weekly downloads
1,528
License
MIT
Repository
github
Last release
5 years ago

This is a fork of eztz, deployed on npm repository

npm

Getting Started

npm install eztz-lib

You can checkout our Documentation, or follow installation below.

Usage

Import eztz-lib to your project:

import eztz from 'eztz-lib'

Now you can use it, for example:

eztz.rpc.getBalance("tz1LSAycAVcNdYnXCy18bwVksXci8gUC2YpA").then(function(res) {
    alert("Your balance is " + res);
}).catch(function(e) {
    console.log(e);
});

License

MIT