🥓 clean up

This commit is contained in:
bt3gl 2022-09-23 01:23:20 -07:00 committed by GitHub
parent c06a054d93
commit abfd469a83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
# 🧱⛓☠️ Blockchain Development and Security # 🧱⛓☠️ 1337 blockchain hacker toolkit
<br> <br>
## EVM ## the evm
<br> <br>
@ -17,7 +17,7 @@
--- ---
## Solidity ## solidity
<br> <br>
@ -37,7 +37,7 @@
---- ----
## Blockchain security ## all things security
<br> <br>
@ -84,7 +84,7 @@
--- ---
## Contracts of interest ## contracts of interest
<br> <br>
@ -101,7 +101,7 @@
--- ---
## Practice your hacking skils ## practice your hacking skils
<br> <br>
@ -125,11 +125,11 @@
--- ---
## Hacking tools ## hacking tools
<br> <br>
#### Ethereum general #### ethereum general
* [Ethstats](https://ethstats.net/) * [Ethstats](https://ethstats.net/)
@ -146,7 +146,7 @@
<br> <br>
#### Analysis tools #### analysis tools
* [Manticor, symbolic execution tool](https://github.com/trailofbits/manticore) * [Manticor, symbolic execution tool](https://github.com/trailofbits/manticore)
* [Echidna, smart contract fuzzer](https://github.com/crytic/echidna) * [Echidna, smart contract fuzzer](https://github.com/crytic/echidna)
@ -169,7 +169,7 @@
<br> <br>
#### VSCode #### vscode
* [Vscode plugin: Solidity visual](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor) * [Vscode plugin: Solidity visual](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor)
* [Vscode plugin: Solidity support](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) * [Vscode plugin: Solidity support](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
@ -177,7 +177,7 @@
<br> <br>
#### Other useful dev tools #### other useful dev tools
* [Solhint, a linter for Solidity](https://github.com/protofire/solhint) * [Solhint, a linter for Solidity](https://github.com/protofire/solhint)
* [Solidity coverage tool](https://github.com/sc-forks/solidity-coverage) * [Solidity coverage tool](https://github.com/sc-forks/solidity-coverage)