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

https://github.com/vplasencia/semaphore-foundry-hardhat

Semaphore-Foundry-Hardhat template. It uses Hardhat in a Foundry project.
https://github.com/vplasencia/semaphore-foundry-hardhat

Last synced: 3 months ago
JSON representation

Semaphore-Foundry-Hardhat template. It uses Hardhat in a Foundry project.

Awesome Lists containing this project

README

        

# Semaphore-Foundry-Hardhat template

This is a sample Semaphore project that can be used as a template. It uses Hardhat in a Foundry project.

## Clone the repository

```bash
git clone https://github.com/vplasencia/semaphore-foundry-hardhat.git
```

## Install dependencies

```bash
yarn install:all
```

## Build

```bash
make build
```

## Test

```bash
yarn test:all
```

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