Skip to content

fuzzland/ducks.gg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1500x500-3 Duck Contracts For BLAST

Testing

Run the following command to test the contracts:

forge test -vvvv

Deploy

Run the following command to deploy the contracts and set the WETH address for BLAST network:

forge create src/Duck.sol:Duck --private-key ... --rpc-url https://sepolia.blast.io
cast send ... 'setWETH(address)' '0x4200000000000000000000000000000000000023' --rpc-url https://sepolia.blast.io  --private-key $PK
forge verify-contract ... src/Duck.sol:Duck --chain blast-sepolia --etherscan-api-key "verifyContract"

Frontend

Run the following command to start the frontend:

cd frontend
pnpm install
pnpm run dev

Build the frontend:

pnpm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 38.5%
  • HTML 37.9%
  • CSS 17.2%
  • TypeScript 6.4%