We tested Filecoin FEVM API which is supported by Zondax team.
We tested Filecoin EVM, a Solidity library is required in order to allow Solidity smart contracts to seamlessly call methods on Filecoin built-in actors, as well as to access Filecoin specific syscalls idiomatically.
"This project combines two different approaches: a mocked version of the API, as well as the real implementation that interacts with filecoin built-in actors."
technologies are closely related to the FEVM PoC project, so it is important for you to understand what they are about.
What is Solidity? Solidity is an object-oriented, high-level language for implementing smart contracts. Smart contracts are programs which govern the behaviour of accounts within the Ethereum state.
Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.
With Solidity you can create contracts for uses such as voting, crowdfunding, blind auctions, and multi-signature wallets.