https://github.com/chronicleprotocol/ssb
https://github.com/chronicleprotocol/ssb
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chronicleprotocol/ssb
- Owner: chronicleprotocol
- License: agpl-3.0
- Created: 2023-03-16T12:56:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T14:05:53.000Z (about 2 years ago)
- Last Synced: 2024-04-19T15:29:59.208Z (about 2 years ago)
- Language: Go
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSB Tools
## SSB RPC Client
### Get all messages
```shell
./get_all_messages.sh "$SSB_SERVER_ADDRESS"
```
### Get latest sequence numbers for feeds
```shell
jq -cr '.[]' ./feeds.json | ./get-latest-messages-from-feeds.sh "$SSB_SERVER_ADDRESS" | jq -c '{key}*.value|{key,author,sequence}*.content|{key,author,sequence,type,version}'
```