Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

shutter-network/gnosh-contracts

Repository files navigation

ARCHIVED: gnosh-contracts

This repository is no longer active. Contracts for shutter network now live in:

https://github.com/shutter-network/contracts

Running the tests

Install foundry.

Run forge test -vvv

Using the deploy script

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