Solidity is a statically typed programming language designed for developing smart contracts that run on the Ethereum Virtual Machine (EVM).
Read moreCan I use Python instead of solidity?
And even though Solidity (Ethereum’s native smart contract language) isn’t Python, it has a lot of nice features, and can still be deployed with Python . When I first started working with Solidity, I used Remix, a strong web IDE that allows you to visualize your smart contracts.5 Oca 2021
Read moreCan you write Ethereum smart contracts in Python?
Solidity is the language used to write Ethereum smart contracts . It took inspiration from C++, Javascript, and Python.
Read more