schmir / gnosh-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnosh-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

About


Languages

Language:Solidity 100.0%