文件名称:RskApi:使用简单JSON RPC的RSKEthereum API,可替代Web3
文件大小:376KB
文件格式:ZIP
更新时间:2024-05-21 13:17:32
javascript api ethereum rsk jsonrpc
RskApi API,使用JSON RPC访问正在运行的节点。 它是对常规web3界面的简单替代。 这是一个个人项目,与无关或未得到认可。 安装 通过Node上的npm: npm install rskapi 用法 通过调用主机函数创建RSK API对象。 const rskapi = require ( 'rskapi' ) ; const client = rskapi . client ( 'http://host.to.node.com:PORT' ) ; /** operations with the node **/ 例子: const client = rskapi . client ( 'http://localhost:8545' ) // ie ganache-client // or const client = rskapi . client ( 'h