From cf2e147f47b9f58b682af2d916e4fc2c8fcf605b Mon Sep 17 00:00:00 2001 From: Amir Y <83904651+amirylm@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:45:35 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3f76be..c7a80fe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # p2pmq +
+ **NOTE: This is an experimental work in progress. DO NOT USE** +
+ `p2pmq` is a distributed, permissionless message queue. A group of `p2pmq` peers forms a standalone network for @@ -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) {} } -``` \ No newline at end of file +```