beam-wasm-client-testnet
Version:
WASM version of BEAM wallet client for 'testnet'
5 lines (3 loc) • 433 B
Markdown
# Overview
WASM wallet client is a thin wrapper around Beam client library build into WASM using Emscripten toolchain. This wrapper allows to run BEAM wallet inside any browser supporting WebAssembly and it provides the regular [BEAM wallet API](Beam-wallet-protocol-API) to communicated with it from external(javascript) code.
Please, look at [documentation](https://github.com/BeamMW/beam/wiki/WASM-wallet-client) to start use it