From 590561d855a068a34f60707dc64acb6da52d57c4 Mon Sep 17 00:00:00 2001 From: Shankar Rao Mata Date: Fri, 8 Oct 2021 09:44:47 -0400 Subject: [PATCH] =?UTF-8?q?added=20the=20solidity=20programming=20language?= =?UTF-8?q?=20for=20writing=20smart=20contracts=20i=E2=80=A6=20(#5995)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * added the solidity programming language for writing smart contracts in Ethereum * updated the spaces between the previous and the next sections * Added few more resources for solidity development which includes step by step guide * Fixed the alphabetical order * removed the specific version based on the review comment * removed the course in the solidity section to have it just books and guides --- books/free-programming-books-langs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 55dff1d98..e2689a536 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1021,6 +1021,12 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [The JasperReports Ultimate Guide, Third Edition](http://jasperreports.sourceforge.net/JasperReports-Ultimate-Guide-3.pdf) (PDF) +#### Solidity + +* [Introductory guide for Solidity](https://www.tutorialspoint.com/solidity/index.htm) +* [The Solidity Reference Guide](https://docs.soliditylang.org) + + #### Spring * [Building Applications with Spring 5 and Vue.js 2](https://www.packtpub.com/free-ebooks/building-applications-spring-5-and-vuejs-2) - James J. Ye (Packt account *required*)