Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

This 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
```