Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@recallnet/fvm

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@recallnet/fvm

FVM formats and utilities for Recall

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
5
Created
Source

@recallnet/fvm

FVM/Wasm interactions for the Recall network

Table of Contents

  • Background
  • Usage
  • Development
  • Contributing
  • License

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

FAQs

Package last updated on 14 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts