From c4a508d745636c6a06319748c92702fc8e7802f0 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:54:06 -0800 Subject: [PATCH] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 09795fc..cddb95d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,14 @@ ## 🥷🏻🛵⛓️ playing pvp in the metaweb: solidity edition -
- -### start with [solidity tl; dr](solidity_tldr.md)
---- - -### in this repo +#### 👉 start with [solidity tl; dr](solidity_tldr.md) -#### learning + + +#### 🧰 dirs in this repo
@@ -25,30 +22,45 @@ * [tests](tests) +
- -#### boilerplates and code - - -
--- -### resources +### external resources
+##### learning solidity + * [solidity docs](https://docs.soliditylang.org/en/v0.8.12/) * [openzeppelin docs](https://docs.openzeppelin.com/) * [solidity by example](https://solidity-by-example.org/) * [smart contract programmer](https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA) -* [solidity cheatsheet and best practices](https://github.com/manojpramesh/solidity-cheatsheet) * [solidity vscode plugin](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor) -* [another solidity vscode plugin](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) * [learn solidity with examples, by jsagalli](https://github.com/James-Sangalli/learn-solidity-with-examples) -* [foundry book](https://book.getfoundry.sh/forge/differential-ffi-testing) + + +
+ +##### writing beautiful code + * [solmate](https://github.com/transmissions11/solmate/) * [dapp.tools](https://dapp.tools/) +* [solidity cheatsheet and best practices](https://github.com/manojpramesh/solidity-cheatsheet) +
+ +##### testing + +* [foundry book](https://book.getfoundry.sh/forge/differential-ffi-testing) + + +
+ +##### tools + +* [another solidity vscode plugin](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) +