🖥️solidity

➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the solidity command with important options and switches using examples.

▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁

#  ███████╗ ██████╗ ██╗     ██╗████████╗██╗████████╗██╗   ██╗
#  ██╔════╝██╔═══██╗██║     ██║╚══██╔══╝██║╚══██╔══╝╚██╗ ██╔╝
#  ███████╗██║   ██║██║     ██║   ██║   ██║   ██║    ╚████╔╝ 
#  ╚════██║██║   ██║██║     ██║   ██║   ██║   ██║     ╚██╔╝  
#  ███████║╚██████╔╝███████╗██║   ██║   ██║   ██║      ██║   
#  ╚══════╝ ╚═════╝ ╚══════╝╚═╝   ╚═╝   ╚═╝   ╚═╝      ╚═╝   

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

  █║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌

              ██╗ ██╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗
             ████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
             ╚██╔═██╔╝██║  ██║██║   ██║ ╚███╔╝ █████╗  ██║  ██║
             ████████╗██║  ██║██║   ██║ ██╔██╗ ██╔══╝  ██║  ██║
             ╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
              ╚═╝ ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

               █║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░