Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 682 Bytes

File metadata and controls

13 lines (11 loc) · 682 Bytes

Important

This repo has been archived and its code merged into https://github.com/consensus-shipyard/ipc

fvm-utils

This repo contains a series of crates that serve as utils for fvm development and testing. Here are some simple breakdowns:

  • runtime: Contains the runtime wrapper for communicating with fvm. It provides some handy utility functions such as transaction and verification.
  • primitives: Contains typed version of fvm primitives such as cid and hamt.
  • example: Contains a sample user defined actor using runtime and primitive crate which one can deploy to fvm as wasm binary.

For more details, please refer to each crate's README.md.