Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ruban-admin

ethereum12LGPL-3.00.1.5TypeScript support: included

Ruban module offer some admin operations for Fractal nodes.

readme

ruban-admin

This is a sub module of ruban.js

Ruban module offer some admin operations for Fractal nodes. Please read the documentation for more.

Installation

npm install ruban-admin

Usage

import {Admin} from 'ruban-admin';

const admin = new Admin(
    'http://127.0.0.1:4546',
    null,
    options
);

Types

All the typescript typings are placed in the types folder.