Skip to content

Module that extends web3 with support for admin, debug, network, minor support.

License

Notifications You must be signed in to change notification settings

DecentricCorp/web3admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
module type name
admin method addPeer()
admin method exportChain()
admin method importChain()
admin method verbosity()
admin method setSolc()
admin method startRPC()
admin method stopRPC()
admin property nodeInfo
admin property peers
admin property datadir
admin property chainSyncStatus
debug method printBlock()
debug method getBlockRlp()
debug method setHead()
debug method processBlock()
debug method seedHash()
debug method dumpBlock()
miner method start()
miner method stop()
miner method setExtra()
miner method setGasPrice()
miner method startAutoDAGv()
miner method stopAutoDAG()
miner method makeDAG()
miner property hashrate
network method addPeer()
network method getPeerCount()
network property listening
network property peerCount
network property peers
network property version
txpool property status

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

About

Module that extends web3 with support for admin, debug, network, minor support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published