Skip to main content
Zondax Github LinkZondax Github Link
Theme SwitchTheme Switch

Milestone 1

In the initial phase of the Milestone 1, we deep dived into built-in actors implementation https://github.com/filecoin-project/builtin-actors/, and created some mock libraries with the scope to enable developers to start creating their first FEVM DApps. This mock version don't actually perform any cross-contract calls or syscalls. It responds to specific scenarios.

Then, we will transition our focus on implementing Solidity library containing the APIs present in the mock version, MarketAPI.sol and MinerAPI.sol. At this stage we will focus on functionality, and gas-consumption and optimizations will be considered in coming stages.

Deliverables

This mock libraries includes the following features - Let's go to the project ↗️

Technical

TypeCategoryLink
StorageMarketCode🔗
StorageMinerCode🔗
StorageMarketTest🔗
StorageMinerTest🔗
Specific typesCode🔗
Common typesCode🔗
NPM packagePackage🔗
CI workflow for automatic buildTests🔗

Documentation

CategoryDescriptionLink
IntroductionWhat is the Filecoin blockchain?🔗
IntroductionWhat is the FVM?🔗
IntroductionWhat is the FEVM?🔗
IntroductionWhat is Solilidty?🔗
IntroductionWhat is the project about?🔗
MocksMethod Supported🔗
MocksHow to use it?🔗
MocksDeals🔗
MocksDeploy it🔗