1.2.7-beta.0 • Published 5 years ago

aion-web3-avm v1.2.7-beta.0

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

aion-web3-avm

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-avm

Usage

// in node.js
var core = require('aion-web3-avm');

var CoolLib = function CoolLib() {

    // sets _requestmanager and adds basic functions
    core.packageInit(this, arguments);
    
};


CoolLib.providers;
CoolLib.givenProvider;
CoolLib.setProvider();
CoolLib.BatchRequest();
CoolLib.extend();
...
1.2.7-beta.0

5 years ago

1.2.6

5 years ago

1.2.6-beta.6

6 years ago

1.2.6-beta.5

6 years ago

1.2.6-beta.4

6 years ago

1.2.6-beta.2

6 years ago

1.2.6-beta.1

6 years ago

1.2.6-beta.0

6 years ago

1.2.5

6 years ago

1.2.5-beta.2

6 years ago