From f00b4f53a7554942919cb5227ddc2b4835da5032 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:19:18 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 369ff6a..77cc596 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,15 @@ * [Solidity docs](https://docs.soliditylang.org/en/v0.8.12/) * [OpenZeppelin docs](https://docs.openzeppelin.com/) +* [Solidity by example](https://solidity-by-example.org/) * [Solidity style guide](https://docs.soliditylang.org/en/latest/style-guide.html) * [Ethereum smart contract best practices](https://consensys.github.io/smart-contract-best-practices/) -* [Solidity by example](https://solidity-by-example.org/) -* [Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial](https://www.youtube.com/watch?v=M576WGiDBdQ) * [Ethereum book ](https://github.com/ethereumbook/ethereumbook) * [Everything Solidity](https://github.com/x676f64/secureum-mind_map/blob/master/2.%20Solidity%20101.md) * [Solidity by Securitum bookcamp](https://www.youtube.com/watch?v=5eLqFac5Tkg) * [Solidity 201 primitives](https://github.com/x676f64/secureum-mind_map/blob/master/3.%20Solidity%20201.md) * [Smart contract programmer videos](https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA/videos) - +* [Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial](https://www.youtube.com/watch?v=M576WGiDBdQ)