Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirylm authored Sep 20, 2023
1 parent a7089f6 commit cf2e147
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# p2pmq

<br />

**NOTE: This is an experimental work in progress. DO NOT USE**

<br />

`p2pmq` is a distributed, permissionless message queue.

A group of `p2pmq` peers forms a standalone network for
Expand Down Expand Up @@ -114,4 +118,4 @@ service MsgValidation {
// The stream is used to validate messages before processing and propagating them to the network.
rpc ValidationChannel(stream Message) returns (stream ValidatedMessage) {}
}
```
```

0 comments on commit cf2e147

Please sign in to comment.