2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/solidity
2019-02-07 17:10:49 +00:00

12 lines
443 B
Plaintext

# 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;
# See also:
# Solidity language cheat sheets at /solidity/
# list of pages: /solidity/:list
# learn solidity: /solidity/:learn
# search in pages: /solidity/~keyword