From b9ee75eb51e11115e9f8ca50ea788ac4bfd9b09c Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 8 Dec 2021 15:45:01 -0500 Subject: [PATCH] Update for 08-12-21 15:45 --- index.wiki | 1 + lang/Solidity.wiki | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 lang/Solidity.wiki diff --git a/index.wiki b/index.wiki index 6e6dd60..34286b9 100644 --- a/index.wiki +++ b/index.wiki @@ -39,6 +39,7 @@ _Ideas.md and Classes.md are encrypted, so these links will not work_ * [[lang/HTML|HTML]] * [[lang/CSS|CSS]] * [[lang/Javascript|Javascript]] +* [[lang/Solidity|Solidity]] * [[lang/PHP|PHP]] * [[lang/Rust|Rust]] * [[lang/Go|Go]] diff --git a/lang/Solidity.wiki b/lang/Solidity.wiki new file mode 100644 index 0000000..f4becf8 --- /dev/null +++ b/lang/Solidity.wiki @@ -0,0 +1,7 @@ += Solidity = + +Solidity is a language used for smart contracts on several blockchains, +including ethereum. + + +== Keywords ==