maximebrugel / forge-template

Forkable template to get you started with Forge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Forkable template to get you started with Forge


Languages

Language:Solidity 92.2%Language:Makefile 7.2%Language:Shell 0.6%