0.0.2 • Published 8 months ago

@recallnet/fvm v0.0.2

Weekly downloads
-
License
MIT AND Apache-2....
Repository
github
Last release
8 months ago

@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 install

Run the tests:

pnpm run test

Build the package:

pnpm run build

Contributing

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

0.0.2

8 months ago

0.0.1

11 months ago

0.0.0

11 months ago