Skip to content

Commit

Permalink
fix: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed Mar 25, 2024
1 parent e3c366e commit 129a194
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/lite/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This runtime harnesses the capabilities of Secure Scuttlebutt, a decentralized m
ssb-server start
2. Run the client producer or consumer or client

corgo run --bin consumer
cargo run

### Integration test setup
1. Setup a network, got the script folder
Expand All @@ -42,7 +42,7 @@ This runtime harnesses the capabilities of Secure Scuttlebutt, a decentralized m

6. Run the consumer client

congo run --bin consumer
cargo run

7. Run a local polakdot chain for test purpose

Expand All @@ -55,4 +55,5 @@ This runtime harnesses the capabilities of Secure Scuttlebutt, a decentralized m
PRODUCER_PORT=8014
*Note:* Get the pub address using script `./ssb-up.sh pub-whoami`

cargo run --example basic-producer
9. Make transfer event on the chain manually.

0 comments on commit 129a194

Please sign in to comment.