Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Nov 27, 2024
1 parent e6c717b commit ec5401f
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions packages/contracts/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,15 @@ To learn more about contracts visit [semaphore.pse.dev](https://docs.semaphore.p

## 🛠 Install

### npm or yarn
You can install the semaphore protocol contracts with any node package manager (`bun`, `npm`, `pnpm`,`yarn`) or the solidity package manager [`soldeer`](https://soldeer.xyz).

Install the `@semaphore-protocol/contracts` package with npm:

```bash
```commandline
bun add @semaphore-protocol/contracts
npm i @semaphore-protocol/contracts
```

or yarn:

```bash
pnpm add @semaphore-protocol/contracts
yarn add @semaphore-protocol/contracts
```
or [soldeer](https://github.com/mario-eth/soldeer):

```commandline
# for soldeer, an explicit version is required, e.g:
soldeer install semaphore-protocol-contracts~4.6.0
```

Expand Down

0 comments on commit ec5401f

Please sign in to comment.