没有合适的资源?快使用搜索试试~ 我知道了~
eth-json-rpc:以太坊JSON RPC之上的轻量级包装库
共21个文件
js:11个
json:2个
gitignore:1个
需积分: 9 1 下载量 175 浏览量
2021-03-18
03:27:53
上传
评论
收藏 60KB ZIP 举报
温馨提示
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
index.js 159B
.github
workflows
nodejs.yml 408B
.jsdocrc 238B
README.md 3KB
lib
helpers.js 1KB
eth-json-rpc.js 2KB
decoder.js 7KB
test
resources
testContract.js 4KB
integration
utils.js 1KB
eth.js 7KB
unit
decoder.js 5KB
helpers
generator.js 4KB
mocha.opts 19B
共 21 条
- 1
资源评论
八年一轮回
- 粉丝: 47
- 资源: 4726
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功