Skip to content

Commit

Permalink
📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Jul 16, 2024
1 parent 92ccf4c commit 5be23e5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,22 @@ Typical flow:

## Getting Started

### Running the CLI
### Running the demo

In terminal 1, run the prover agent:

```bash
cargo run --bin askeladd-cli
cargo run --bin prover_agent
```

### Use as library
In terminal 2, run the user CLI:

```bash
cargo add askeladd-core
cargo run --bin user_cli
```

The user CLI binary will submit a proving request to the Nostr network. The prover agent will generate a proof for the request and publish it to the Nostr network. The user CLI binary will be able to verify the proof.

## 🤝 Contributing

We love contributions! If you have ideas for improvements or find any issues, please open an issue or submit a pull request.
Expand Down

0 comments on commit 5be23e5

Please sign in to comment.