Important
This repo has been archived and its code merged into https://github.com/consensus-shipyard/ipc
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 astransactionandverification. - primitives: Contains typed version of
fvmprimitives such ascidandhamt. - example: Contains a sample user defined actor using
runtimeandprimitivecrate which one can deploy tofvmas wasm binary.
For more details, please refer to each crate's README.md.