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.
- Host: GitHub
- URL: https://github.com/vplasencia/semaphore-foundry-hardhat
- Owner: vplasencia
- Created: 2023-02-01T00:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T03:39:46.000Z (over 2 years ago)
- Last Synced: 2025-01-22T13:15:06.422Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```