monicanagent/cypherpoker

Integration - JavaScript: Add personal, admin, debug access to integration script (cypherpokerlib.js)

monicanagent opened this issue · 1 comments

Integrate access to the Ethereum client's web3.personal, web3.admin, and web3.debug interfaces into the CypherPoker JavaScript library (cypherpoker.lib) using: https://github.com/The18thWarrior/web3_extended (or similar scripts)

Implemented full interfaces for: admin, personal, miner, shh, eth (some extra functions), debug

Each required module must be enabled in the client via the rpcapi command line option. For example:

geth --rpc --rpcport=8545 --rpcapi="db,eth,net,web3,admin,personal,miner,debug,shh,txpool" --rpccorsdomain="*"

Available in: [https://github.com/monicanagent/cypherpoker/commit/272cef28d058098e0d4378d06b8682e52daf02b3#diff-183da66bcc7e2b49c32912f71c6d6552]