0.1.5 • Published 5 years ago

ruban-contract v0.1.5

Weekly downloads
-
License
LGPL-3.0
Repository
-
Last release
5 years ago

ruban-fra-contract

This is a sub module of ruban.js

This is the contract module to be used in the ruban-fra module. Please read the documentation for more.

Installation

npm install ruban-fra-contract

Usage

import {Contract} from 'ruban-fra-contract';

new Contract(
    'http://127.0.0.1:4546',
    abi,
    address,
    options
);

Types

All the typescript typings are placed in the types folder.