Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added links to popular tools in the ecosystem #328

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Brought to you by [Trail of Bits](https://www.trailofbits.com/), this repository
- Exercises that take approximately two hours to gain practical understanding
- [Resources](./resources): Assorted online resources
- [Trail of Bits Blog Posts](./resources/tob_blogposts.md): A list of blockchain-related blog posts created by Trail of Bits
- [Suggested Tools](./resources/tooling.md): A list of suggested tools for Smart Contract developers

# License

Expand Down
36 changes: 36 additions & 0 deletions resources/tooling.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Tools for Smart Contract Developers

The following list contains links to projects every Smart Contract developer should know and consider using in their development process.

### Development

- [Hardhat](https://hardhat.org/)
- [Foundry](https://getfoundry.sh/)
- [Truffle](https://trufflesuite.com/)
- [Brownie](https://eth-brownie.readthedocs.io/en/stable/)
- [Remix](https://remix-project.org/)

### VS Code Extensions

- [VS Code Solidity](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
- [Truffle for VS Code](https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.truffle-vscode)
- [Prettier Solidity Plugin](https://github.com/prettier-solidity/prettier-plugin-solidity)

### Testing

- [Slither](https://github.com/crytic/slither)
- [Echidna](https://github.com/crytic/echidna)
- [Mythril](https://github.com/ConsenSys/mythril)

### Deployment APIs

- [Alchemy](https://www.alchemy.com/)
- [Infura](https://docs.infura.io/)
- [Moralis](https://moralis.io/)
- [Quicknode](https://www.quicknode.com/)

### Monitoring

- [Tenderly](https://tenderly.co/)
- [BlockNative](https://www.blocknative.com/)
- [TheGraph](https://thegraph.com/)