mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Add description to readme (#1788)
* Update readme with description * Remove period from readme list
This commit is contained in:
parent
e68f345442
commit
3674595683
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -3,7 +3,19 @@
|
|||
[](https://github.com/yzernik/squeaknode/actions/workflows/main.yml)
|
||||
[](https://codecov.io/gh/yzernik/squeaknode) [](https://gitter.im/squeaknode/squeaknode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
Node for [Squeak protocol](https://github.com/yzernik/squeak/blob/master/docs/PROTOCOL.md)
|
||||
A peer-to-peer status feed with posts unlocked by Lightning.
|
||||
|
||||
Squeaknode allows you to create, view, buy, and sell squeaks.
|
||||
|
||||
A squeak is an immutable structure that:
|
||||
* contains 280 utf-8 characters of text
|
||||
* optionally contains the hash of another squeak as a reply
|
||||
* contains the height and block hash of the latest bitcoin block
|
||||
* contains the public key of the author, and is signed by the author
|
||||
* is encrypted until a lightning payment unlocks the text
|
||||
|
||||
The protocol is defined [here](https://github.com/yzernik/squeak/blob/master/docs/PROTOCOL.md).
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue