文件名称:eth-json-rpc:以太坊JSON RPC之上的轻量级包装库
文件大小:60KB
文件格式:ZIP
更新时间:2024-04-06 21:14:33
ethereum blockchain json-rpc JavaScript
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
----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()
----.jsdocrc(238B)
----README.md(3KB)
----lib()
--------helpers.js(1KB)
--------eth-json-rpc.js(2KB)
--------decoder.js(7KB)
----test()
--------resources()
--------integration()
--------unit()
--------helpers()
--------mocha.opts(19B)