/fendermint

Tendermint ABCI application with FVM execution engine in Rust

Primary LanguageRustOtherNOASSERTION

Fendermint

Fendermint is an effort to implement IPC with Tendermint Core. There is a preliminary roadmap that lays out the tasks towards implementing subnets that run IPLD and FVM under the Filecoin rootnet, sharing components with the Lotus/Eudico based implementation.

Docs

Please have a look in the docs to see an overview of the project, how to run the components, and previous demos.

Testing

The following command runs unit and integration tests:

make test

while the next command builds docker images and runs an end-to-end test using the SimpleCoin and the ethers examples:

make e2e