@linera/client
v0.15.8
Published
Web client for the Linera blockchain
Readme
linera-web
This module defines the JavaScript bindings to the client API.
It is compiled to Wasm, with a JavaScript wrapper to inject its imports, and published on
NPM as @linera/client.
There is a supplementary package @linera/signer, contained within the signer
subdirectory, that defines signer implementations for different transaction-signing
policies, including in-memory keys and signing using an existing MetaMask wallet.
Building
Make sure your cargo invokes a nightly rustc. Then, you can build
the package with pnpm build and publish it with pnpm publish.
Contributing
See the CONTRIBUTING file for how to help out.
License
This project is available under the terms of the Apache 2.0 license.
