Skip to content

Commit

Permalink
docs: add soldeer install instructions (#903)
Browse files Browse the repository at this point in the history
* docs: add  `soldeer` install instructions

* update README
  • Loading branch information
sripwoud authored Nov 27, 2024
1 parent 6402551 commit 4263966
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions packages/contracts/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,16 @@ 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
# for soldeer, an explicit version is required, e.g:
soldeer install semaphore-protocol-contracts~4.6.0
```

## 📜 Usage
Expand Down

0 comments on commit 4263966

Please sign in to comment.