From ec5a60f309c949e09483fb3a75c4df07dfc20417 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 7 Feb 2019 17:10:49 +0000 Subject: [PATCH] solidity: added external links --- sheets/solidity | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sheets/solidity b/sheets/solidity index b224374..6cff4e3 100644 --- a/sheets/solidity +++ b/sheets/solidity @@ -3,3 +3,9 @@ # 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