Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Foundry consists of:

## Forge Quickstart

Forge is a development and testing framework for Ethereum.
Forge is a development and testing framework for Ethereum applications.

```
cargo install forge
Expand Down Expand Up @@ -75,6 +75,8 @@ Hardhat compilation took 15.244s, whereas Forge took 9.449 (~4s cached)

## Cast Quickstart

Cast is a swiss army knife for interacting with Ethereum applications from the command line.

```
cargo install cast
cast call 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 "totalSupply()" --rpc-url $ETH_RPC_URL
Expand Down