lgs / foundry-play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advantages of Foundry?

  1. Fast
  2. Built-in Fuzzing
  3. Solidity-based testing
  4. "EVM Cheat codes"
  5. Scripts based in bash / shell

What do we want to do with frameworks?

  • Build
  • Test
  • Deploy
  • Interact

Resources

Quickstart

Requirements

  • Forge/Foundryup
    • You'll know you've done it right if you can run forge --version
  • Git
    • You'll know you've done it right if you can run git --version
git clone https://github.com/PatrickAlphaC/foundry-play
cd foundry-play
foundryup
make

About


Languages

Language:Solidity 58.4%Language:Makefile 37.2%Language:JavaScript 4.4%