mirror of
https://github.com/autistic-symposium/web3-starter-sol.git
synced 2025-11-25 17:06:17 -05:00
Update README.md
This commit is contained in:
parent
171c7b15a3
commit
c4a508d745
1 changed files with 28 additions and 16 deletions
44
README.md
44
README.md
|
|
@ -1,17 +1,14 @@
|
||||||
## 🥷🏻🛵⛓️ playing pvp in the metaweb: solidity edition
|
## 🥷🏻🛵⛓️ playing pvp in the metaweb: solidity edition
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### start with [solidity tl; dr](solidity_tldr.md)
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
#### 👉 start with [solidity tl; dr](solidity_tldr.md)
|
||||||
|
|
||||||
### in this repo
|
|
||||||
|
|
||||||
|
|
||||||
#### learning
|
|
||||||
|
|
||||||
|
#### 🧰 dirs in this repo
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
@ -25,30 +22,45 @@
|
||||||
* [tests](tests)
|
* [tests](tests)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
#### boilerplates and code
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### resources
|
### external resources
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
##### learning solidity
|
||||||
|
|
||||||
* [solidity docs](https://docs.soliditylang.org/en/v0.8.12/)
|
* [solidity docs](https://docs.soliditylang.org/en/v0.8.12/)
|
||||||
* [openzeppelin docs](https://docs.openzeppelin.com/)
|
* [openzeppelin docs](https://docs.openzeppelin.com/)
|
||||||
* [solidity by example](https://solidity-by-example.org/)
|
* [solidity by example](https://solidity-by-example.org/)
|
||||||
* [smart contract programmer](https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA)
|
* [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)
|
* [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)
|
* [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)
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
##### writing beautiful code
|
||||||
|
|
||||||
* [solmate](https://github.com/transmissions11/solmate/)
|
* [solmate](https://github.com/transmissions11/solmate/)
|
||||||
* [dapp.tools](https://dapp.tools/)
|
* [dapp.tools](https://dapp.tools/)
|
||||||
|
* [solidity cheatsheet and best practices](https://github.com/manojpramesh/solidity-cheatsheet)
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
##### testing
|
||||||
|
|
||||||
|
* [foundry book](https://book.getfoundry.sh/forge/differential-ffi-testing)
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
##### tools
|
||||||
|
|
||||||
|
* [another solidity vscode plugin](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue