@nervosnetwork/fiber-js
v0.5.1
Published
This is a JavaScript wrapper over Fiber wasm, to make Fiber wasm usable in JavaScript projects.
Keywords
Readme
Fiber JS
This is a JavaScript wrapper over Fiber wasm, to make Fiber wasm usable in JavaScript projects.
Build
In the root of fiber, run:
npm install
npm build -wsAfter that, fiber-js will be ready to use in npm.
APIs
fiber-js provide the same API ad Fiber RPC, see fiber-js/src/index.ts for details. For documentation, please refer to the docs of Fiber RPC.
