File tree 2 files changed +542
-3
lines changed
2 files changed +542
-3
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,17 @@ DAPP架构请参考文章--[从架构维度看Web2.0与Web3.0应用之别](https
196
196
- 04.[ zk_snark] ( https://arxiv.org/pdf/1906.07221.pdf )
197
197
[ 👉 认领这个 Task] ( https://github.com/rebase-network/Dapp-Learning/issues/new )
198
198
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
+
199
210
## 如何参与
200
211
新人如何参与到我们项目,请参考链接[ 如何参与] ( ./docs/dao.md ) 。
201
212
You can’t perform that action at this time.
0 commit comments