@fuels/vm-tx
v0.65.0
Published
WASM version of `fuel-tx` Rust crate
Readme
@fuels/vm-fuel-tx
WASM version of fuel-tx Rust crate:
- https://crates.io/crates/fuel-tx
- https://github.com/FuelLabs/fuel-vm/tree/master/fuel-tx
Getting Started
Be sure to await the WASM async initialization:
import * as fuel_tx from '@fuels/vm-tx'
(async function() {
await fuel_tx.initWasm();
// fuel_tx.<?>();
// ...
})();
