Skip to content

get-reach-dev/contracts

Repository files navigation

Foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

Foundry consists of:

  • Forge: Ethereum testing framework (like Truffle, Hardhat and DappTools).
  • Cast: Swiss army knife for interacting with EVM smart contracts, sending transactions and getting chain data.
  • Anvil: Local Ethereum node, akin to Ganache, Hardhat Network.
  • Chisel: Fast, utilitarian, and verbose solidity REPL.

Documentation

https://book.getfoundry.sh/

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

Token

forge create ./src/Token.sol:Token --rpc-url https://sepolia.base.org --account deployer --constructor-args Reach Reach

Distribution

forge create ./src/Distribution.sol:ReachDistribution --rpc-url https://sepolia.base.org --account deployer --constructor-args {tokenAddress} {signerAddress}

Cast

$ cast <subcommand>

Help

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

//TOKEN Deployed to: 0x0836feE34Bd4403213e6ccA241576DDa315D8eEa

//Distribution Deployed to: 0xE51707da336Fe26821EfaD0caA8B8d8D6AFF10FB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published