Solidity
Last updated
Last updated
Solidity is a contract-oriented, high-level language for implementing smart contracts. It was influenced by Python and JavaScript and is designed to target the Ethereum Virtual Machine (EVM) both Ethereum and JuncaChain.
Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.
As you will see, it is possible to create contracts for voting, crowdfunding, blind auctions, multi-signature wallets and more.
Once you're strong enough, on the next pages, we will first see a written in Solidity followed by the basics about and the .
The next section will explain several features of Solidity by giving useful . Remember that you can always try out the contracts !
The last and most extensive section will cover all aspects of Solidity in depth.
If you still have questions, you can try searching or asking on the site, or come to our . Ideas for improving Solidity or this documentation are always welcome! the world: