You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
444 B
Plaintext

# Solidity
# 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