文件名称:js-abci:Javascript ABCI库
文件大小:186KB
文件格式:ZIP
更新时间:2024-05-22 07:36:35
JavaScript
js-abci Node.js的ABCI服务器。 支持Tendermint版本0.33+。 用法 npm install abci 需要Node.js v10.9 + let createServer = require ( 'abci' ) let server = createServer ( { info ( request ) { console . log ( 'got info request' , request ) return { ... } } // implement any ABCI method handlers here } ) server . listen ( 26658 ) let server = createServer(app) 返回一个接受从Tendermint节点ABCI连接。 app应该是具有ABCI方法处
【文件预览】:
js-abci-master
----.circleci()
--------config.yml(487B)
----.gitignore(25B)
----README.md(928B)
----test()
--------server.js(3KB)
--------integration.js(3KB)
--------common.js(444B)
--------fixtures.js(762B)
--------connection.js(2KB)
----types.js(1.06MB)
----package.json(1KB)
----src()
--------server.js(2KB)
--------connection.js(2KB)
----index.js(115B)
----example()
--------counter.js(1KB)
--------package.json(285B)
----index.d.ts(340KB)
----.npmignore(43B)
----.travis.yml(110B)
----proto()
--------descriptor.proto(35KB)
--------gogo.proto(5KB)
--------timestamp.proto(6KB)
--------duration.proto(5KB)
--------tmlibs.proto(800B)
--------merkle.proto(931B)
--------abci.proto(10KB)
----package-lock.json(228KB)