diff --git a/sheets/Solidity b/sheets/Solidity new file mode 100644 index 0000000..b224374 --- /dev/null +++ b/sheets/Solidity @@ -0,0 +1,5 @@ +# Solidity is a contract-oriented, high-level language for implementing smart contracts. +# It is designed to target the Ethereum Virtual Machine (EVM). + +# To create a contract, declare which solidity version the source code is written for +pragma solidity ^0.4.0;