aion-web3-core

1.2.7-beta.0 • Public • Published

aion-web3-core

This is a sub package of aion_web3.

The core package contains core functions for aion_web3 packages.

Please read the documentation for more information.

Installation

Node.js

npm install aion-web3-core

Usage

// in node.js
var core = require('aion-web3-core');
 
var CoolLib = function CoolLib() {
 
    // sets _requestmanager and adds basic functions
    core.packageInit(this, arguments);
    
};
 
 
CoolLib.providers;
CoolLib.givenProvider;
CoolLib.setProvider();
CoolLib.BatchRequest();
CoolLib.extend();
...

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i aion-web3-core

    Weekly Downloads

    4

    Version

    1.2.7-beta.0

    License

    LGPL-3.0

    Unpacked Size

    41.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • aiondevops
    • qoire
    • aion-kelvin