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

Solidity libraries and pre-compiles for FEVM

The following project has been funded by the Filecoin Foundation.
drawing

In the context of the FVM Early Builder program (Solidity edition), we proposee to build a set of tools and libraries to enable Ethereum developers to re-use their existing know-how to develop Filecoin-specific use cases.

Milestone 1: CBOR Serialization on Solidity

The first goal consisted of a feasibility analysis to evaluate if it is worth it to serialise and deserialize data in solidity.

Milestone 2: CBOR Serialization on Precompiles

In this case, we analyse a different approach which consisted in using precompiled contracts to serialize and deserialize data in solidity.