/base-camp

A repo with all the contract made for Base Camp

Primary LanguageSolidity

Base Camp

This repository is simple repository with all my excersise answer to the Base Camp program.

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Deploy

$ forge script script/NAME_OF_THE_ANSWER.s.sol --rpc-url <your_rpc_url> --private-key <your_private_key>

Help

$ forge --help
$ anvil --help
$ cast --help