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

consensus-shipyard/fvm-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.