mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-08 21:47:55 -05:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -53,7 +53,15 @@ yarn add @personaelabs/spartan-ecdsa
|
||||
|
||||
v18 or later
|
||||
|
||||
### Install dependencies & Build all packages
|
||||
### Build
|
||||
1. Install Circom with secq256k1 support
|
||||
|
||||
```
|
||||
git clone https://github.com/DanTehrani/circom-secq
|
||||
cd circom-secq && cargo build --release && cargo install --path circom
|
||||
```
|
||||
|
||||
2. Install dependencies & Build all packages
|
||||
|
||||
```jsx
|
||||
yarn && yarn build
|
||||
|
||||
Reference in New Issue
Block a user