eth json rpc:以太坊JSON RPC之上的轻量级包装库 源码
ETH RPC 之上的轻量级包装库。 快速开始 npm install eth-json-rpc const ethRpc = require ( 'eth-json-rpc' ) ( 'https://mainnet.infura.io' ) ; ( async ( ) => { // Get block number. const blockNumber = await ethRpc . eth . blockNumber ( ) ; console . log ( blockNumber ) ; // 7280000 // Call contract method. const totalSupply = await ethRpc . eth . call ( { methodSignature : 'totalSupply()' , to
文件列表
eth-json-rpc-master.zip
(预估有个21文件)
eth-json-rpc-master
api
utils.js
2KB
eth.js
10KB
.gitignore
51B
.eslintrc
724B
package.json
1KB
Makefile
130B
package-lock.json
123KB
LICENSE
31KB
暂无评论