Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vplasencia/semaphore-foundry
Semaphore-Foundry template.
https://github.com/vplasencia/semaphore-foundry
Last synced: about 1 month ago
JSON representation
Semaphore-Foundry template.
- Host: GitHub
- URL: https://github.com/vplasencia/semaphore-foundry
- Owner: vplasencia
- Created: 2023-01-31T22:39:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:17:32.000Z (11 months ago)
- Last Synced: 2024-04-28T01:26:29.100Z (7 months ago)
- Language: Solidity
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semaphore-Foundry template
> [!WARNING]
> **There is an issue with deploying Semaphore using Foundry**. More context here: https://github.com/semaphore-protocol/semaphore/issues/185#issuecomment-1485049285This is a sample Semaphore project that can be used as a template.
## Clone the repository
```bash
git clone https://github.com/vplasencia/semaphore-foundry.git
```## Install dependencies
```bash
make
```## Build
```bash
make build
```## Test
```bash
make test
```## Show gas report
```bash
make gas-report
```## Snapshot
```bash
make snapshot
```## Deploy on Goerli
```bash
make deploy-goerli
```## Deploy on Goerli and verify contract
```bash
make deploy-goerli-verify
```