0.4.4 • Published 7 years ago

web3admin v0.4.4

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
7 years ago

web3Admin

Extend web3 with aditional capabilities

Install

npm install web3admin

Usage

const Web3 = require('web3')
const web3Admin = require('web3admin')

var web3 = new Web3()
setTimeout(function(){
    web3Admin.extend(web3)
 }, 1000)

Demo

node index.js
moduletypename
adminmethodaddPeer()
adminmethodexportChain()
adminmethodimportChain()
adminmethodverbosity()
adminmethodsetSolc()
adminmethodstartRPC()
adminmethodstopRPC()
adminpropertynodeInfo
adminpropertypeers
adminpropertydatadir
adminpropertychainSyncStatus
debugmethodprintBlock()
debugmethodgetBlockRlp()
debugmethodsetHead()
debugmethodprocessBlock()
debugmethodseedHash()
debugmethoddumpBlock()
minermethodstart()
minermethodstop()
minermethodsetExtra()
minermethodsetGasPrice()
minermethodstartAutoDAGv()
minermethodstopAutoDAG()
minermethodmakeDAG()
minerpropertyhashrate
networkmethodaddPeer()
networkmethodgetPeerCount()
networkpropertylistening
networkpropertypeerCount
networkpropertypeers
networkpropertyversion
txpoolpropertystatus

Extracted from Mist Wallet Modularized by Shannon Code c/o Loyyal

0.4.4

7 years ago

0.4.3

8 years ago

0.4.2

8 years ago