This Rust project provides utilities for working with Aurora Engine transactions. It compiles to WebAssembly (Wasm) to enable usage in JavaScript environments.
To build the WebAssembly package:
make
This will generate a pkg
directory containing the compiled WebAssembly module and JavaScript bindings.
For information on how to use the compiled WebAssembly module in JavaScript, please refer to the JavaScript README.