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.
Please have a look in the docs to see an overview of the project, how to run the components, and previous demos.
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