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 astransaction
andverification
. - primitives: Contains typed version of
fvm
primitives such ascid
andhamt
. - example: Contains a sample user defined actor using
runtime
andprimitive
crate which one can deploy tofvm
as wasm binary.
For more details, please refer to each crate's README.md
.