Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 447 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 447 Bytes

Base NFT

Base is a secure, low-cost, builder-friendly Ethereum L2 built to bring the next billion users onchain.

Usage

Build

forge build

Test

forge test

Format

forge fmt

Deploy

forge create ./src/NFT.sol:NFT --rpc-url $BASE_SEPOLIA_RPC --account deployer

Cast

cast <subcommand>

Help

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