Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev authored Oct 1, 2024
1 parent 27cacd4 commit 6191960
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,19 @@ wget https://github.com/dipdup-io/stone-packaging/releases/latest/download/cpu_a
### Creating and Verifying a Test Proof Using Binaries

Clone the repository:
```bash
git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging
```

```bash
git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging
```

Navigate to the example test directory:

```bash
cd /tmp/stone-packaging/test_files/
```

Copy or download the binary files from the latest release to this directory.

Run the prover:
```bash
cpu_air_prover \
Expand Down Expand Up @@ -82,6 +85,12 @@ docker pull ghcr.io/dipdup-io/stone-packaging/stone-prover:latest

### Creating and Verifying a Test Proof Using Docker

Clone the repository:

```bash
git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging
```

Run the Docker container with a volume mounted:

```bash
Expand Down Expand Up @@ -111,6 +120,12 @@ wget https://github.com/dipdup-io/stone-packaging/releases/latest/download/stone

### Creating and Verifying a Test Proof Using the .deb Package

Clone the repository:

```bash
git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging
```

Navigate to the example test directory:

```bash
Expand Down

0 comments on commit 6191960

Please sign in to comment.