
Notes on Solidity
Notes on Solidity The Ethereum Smart Contract languaje. by oschvr Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM). Based on the documentation provided by the Ethereum Foundation, the Solidity programming languaje provides the tools to create Smart Contracts that interact with the Ethereum Blockchain. I will cover the following topics: Smart Contracts Blockchain Basics Ethereum Virtual Machine I’m using VS Code for MacOS, here’s an example of how it looks, with the extension by Juan Blanco: ...