0.1.2 • Published 5 years ago

ezdun-lib v0.1.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

This is a fork of ezdun, deployed on npm repository

npm

Getting Started

npm install ezdun-lib

You can checkout our Documentation, or follow installation below.

Usage

Import ezdun-lib to your project:

import ezdun from 'ezdun-lib'

Now you can use it, for example:

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

License

MIT