https://github.com/shutter-network/contracts
Install foundry.
Run forge test -vvv
Create a .env
file with the following content, fill in the missing values:
GOERLI_RPC_URL=https://ethereum-goerli.publicnode.com
PRIVATE_KEY=0xe1...
ETHERSCAN_API_KEY=BIR44...
Run the following command:
source .env
forge script script/deploy.s.sol --rpc-url $GOERLI_RPC_URL --broadcast --verify -vvvv