https://github.com/shutter-network/gnosh-contracts
https://github.com/shutter-network/gnosh-contracts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shutter-network/gnosh-contracts
- Owner: shutter-network
- Archived: true
- Created: 2023-06-15T10:22:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T09:31:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-26T11:53:53.770Z (almost 2 years ago)
- Language: Solidity
- Size: 48.8 KB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://book.getfoundry.sh/getting-started/installation).
Run `forge test -vvv`
## Using the deploy script
Create a `.env` file with the following content, fill in the missing values:
```shell
GOERLI_RPC_URL=https://ethereum-goerli.publicnode.com
PRIVATE_KEY=0xe1...
ETHERSCAN_API_KEY=BIR44...
```
Run the following command:
```shell
source .env
forge script script/deploy.s.sol --rpc-url $GOERLI_RPC_URL --broadcast --verify -vvvv
```