Skip to content

Commit 8228196

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dev
2 parents 45c58d0 + 18468c2 commit 8228196

File tree

2 files changed

+542
-3
lines changed

2 files changed

+542
-3
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
196196
- 04.[zk_snark](https://arxiv.org/pdf/1906.07221.pdf)
197197
[👉 认领这个 Task](https://github.com/rebase-network/Dapp-Learning/issues/new)
198198

199+
## DApp 安全开发
200+
1. 常用安全工具
201+
- [Slither](https://github.com/crytic/slither)
202+
- [Mythril](https://github.com/ConsenSys/mythril)
203+
2. CTF 训练营
204+
- [Ethernaut](https://ethernaut.openzeppelin.com/)
205+
- [Damn-Vulnerable-Defi](https://github.com/OpenZeppelin/damn-vulnerable-defi/blob/master/contracts/DamnValuableToken.sol)
206+
- [Paradigm-ctf](https://github.com/paradigm-operations/paradigm-ctf-2021)
207+
3. 安全开发实践
208+
- [Solidity 安全开发实践](https://github.com/slowmist/Knowledge-Base/blob/master/solidity-security-comprehensive-list-of-known-attack-vectors-and-common-anti-patterns-chinese.md)
209+
199210
## 如何参与
200211
新人如何参与到我们项目,请参考链接[如何参与](./docs/dao.md)
201212

0 commit comments

Comments
 (0)