Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 512 Bytes

Aurora Engine Utils (Rust)

This Rust project provides utilities for working with Aurora Engine transactions. It compiles to WebAssembly (Wasm) to enable usage in JavaScript environments.

Building

To build the WebAssembly package:

make

This will generate a pkg directory containing the compiled WebAssembly module and JavaScript bindings.

JavaScript Usage

For information on how to use the compiled WebAssembly module in JavaScript, please refer to the JavaScript README.