/forge-template

Forkable template to get you started with Forge

Primary LanguageSolidity

Forge Template

Forkable template to get you started with Forge

Getting Started

Install dependencies

make

Build project

make build

Run tests

make test

Installing the toolkit

Install Rust and Cargo

curl https://sh.rustup.rs -sSf | sh

Install forge

cargo install --git https://github.com/gakonst/foundry --bin forge --locked