mirror of
https://github.com/personaelabs/spartan-ecdsa.git
synced 2026-01-10 14:38:04 -05:00
Update README.md
This commit is contained in:
20
README.md
20
README.md
@@ -8,6 +8,26 @@ An attempt to run [Spartan](https://github.com/microsoft/Spartan) prover in brow
|
||||
sh ./scripts/build_wasm.sh
|
||||
```
|
||||
|
||||
## Run compiled wasm in browser
|
||||
|
||||
### Get into browser_benchmark dir
|
||||
|
||||
```
|
||||
cd ./browser_benchmark
|
||||
```
|
||||
|
||||
### Install dependencies
|
||||
|
||||
```
|
||||
yarn
|
||||
```
|
||||
|
||||
### Start server
|
||||
|
||||
```
|
||||
yarn dev
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
Switch to nightly Rust using `rustup`:
|
||||
|
||||
Reference in New Issue
Block a user