aion-web3-avm
v1.2.7-beta.0
Published
Web3 module for AVM modulet.
Downloads
9
Readme
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();
...