Back to Foundry

README

crates/forge/assets/tempo/README.md

1.7.0811 B
Original Source

Tempo Foundry

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

Tempo's fork of 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.

Documentation

https://book.getfoundry.sh/

Usage

Build

shell
$ forge build

Test

shell
$ forge test

Format

shell
$ forge fmt

Gas Snapshots

shell
$ forge snapshot

Deploy

shell
$ forge script script/Mail.s.sol:MailScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

shell
$ cast <subcommand>

Help

shell
$ forge --help
$ cast --help