Total Pageviews

Sunday 21 April 2024

foundry-starter-kit

 Starter Kit for Foundry Projects.

Usage

Build:

forge build

Test:

forge test

Deploy:

# delloy local anvil
# change CHAIN_ID in .env to 31337
# change RPC_URL in .env to http://localhost:8545
make deploy-anvil

# deploy sepolia
# change CHAIN_ID in .env to 11155111
# config all other env variables
make deploy-sepolia
make deploy-sepolia-no-verify
from https://github.com/pseudoyu/foundry-starter-kit 
------
https://github.com/pseudoyu/social-dApp-demo-contracts
https://pseudoyu.github.io/social-dApp-demo-contracts/ 

 

No comments:

Post a Comment