eztz-lib

0.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eztz-lib

Weekly Downloads

14

Version

0.1.2

License

MIT

Unpacked Size

642 kB

Total Files

5

Last publish

Collaborators

  • petrovm92