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

Technologies Involved

These 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.

For more information, please refer to the Solidity web page.