文件名称:fastify-eos:固定EOS.js装饰器插件
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-19 03:06:26
eos fastify eosio eosjs fastify-plugin
固定化 一个使用实例装饰的插件。 例子 const fastify = require ( 'fastify' ) ( ) // receives eosjs config options // https://github.com/EOSIO/eosjs#configuration fastify . register ( require ( 'fastify-eos' ) , { httpEndpoint : 'jungle.eosio.cr' } , ( err ) => { if ( err ) throw err } ) fastify . get ( '/info' , ( req , reply ) => { const { eos } = fastify return await eos . getInfo ( { } ) } ) // GET: '
【文件预览】:
fastify-eos-master
----.travis.yml(155B)
----package.json(1KB)
----test()
--------tests.test.js(1005B)
----LICENSE(1KB)
----CONTRIBUTING.md(124B)
----.gitignore(661B)
----plugin.js(256B)
----README.md(3KB)
----yarn.lock(109KB)
----.editorconfig(193B)
----.node-version(3B)