0.0.2 • Published 8 months ago
@recallnet/fvm v0.0.2
@recallnet/fvm
FVM/Wasm interactions for the Recall network
Table of Contents
Background
This package contains the FVM/Wasm interactions for the Recall network. It is a fork of certain packages from the Zondax FVM library, altered to support web environments.
Usage
There entrypoints are exported:
@recallnet/fvm/address: Wasm/FVM-specific address utilities@recallnet/fvm/artifacts: Related low-level address components@recallnet/fvm/utils: Utility functions like CBOR or LEB128 encoding/decoding
Most often, you won't need to interact with this package directly.
Development
Install dependencies:
pnpm installRun the tests:
pnpm run testBuild the package:
pnpm run buildContributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT OR Apache-2.0, © 2025 Recall Network Corporation