Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

docs: README #164

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,7 @@ cargo run --bin blobstreamx --release

```

### Generate & Relay Proofs Locally

To enable local proving & local relaying of proofs with the Blobstream X operator, download the proving binaries by following the instructions [here](https://hackmd.io/Q6CsiGOjTrCjD7UCAgiDBA#Download-artifacts).

Then, simply add the following to your `.env`:

```
LOCAL_PROVE_MODE=true
LOCAL_RELAY_MODE=true

# Add the path to each binary (ex. PROVE_BINARY_0x6d...=blobstream-artifacts/header_range)

PROVE_BINARY_0xFILL_IN_NEXT_HEADER_FUNCTION_ID=
PROVE_BINARY_0xFILL_IN_HEADER_RANGE_FUNCTION_ID=
WRAPPER_BINARY=
```

#### Relay an Existing Proof

Add env variables to `.env`, following the `.env.example`.

If you want to relay an existing proof in `/proofs`, run the following command:

```shell
cargo run --bin local_relay --release -- --request-id {REQUEST_ID}
```
### [Generate & Relay Proofs Locally](https://hackmd.io/@succinctlabs/HJE7XRrup)

## BlobstreamX Contract Overview

Expand Down
Loading