ezdun-lib

0.1.2 • Public • Published

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

Dependencies (9)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ezdun-lib

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    635 kB

    Total Files

    5

    Last publish

    Collaborators

    • petrovm92