Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skatepay/hub
Go nostr pub/sub client
https://github.com/skatepay/hub
golang nostr solana
Last synced: about 1 month ago
JSON representation
Go nostr pub/sub client
- Host: GitHub
- URL: https://github.com/skatepay/hub
- Owner: SkatePay
- License: mit
- Created: 2024-08-28T00:11:20.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-30T04:15:39.000Z (about 2 months ago)
- Last Synced: 2024-09-30T07:06:04.358Z (about 2 months ago)
- Topics: golang, nostr, solana
- Language: Go
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SKATEPAY HUB
This hub is used to monitor and dispatch SKATEPAY related [nostr][nostr] and [solana][solana] events.
## Manual
### Start hub or run utility command
```
go run main.go up
go run main.go public_chat
go run main.go api
go run main.go quick_identity
go run main.go broadcast
go run main.go scan
go run main.go ping
go run main.go quick_wallet
```[nostr]: https://github.com/fiatjaf/nostr
[solana]: https://docs.solanalabs.com/cli/install## References
- [skatepay](https://github.com/SkatePay/skatepay) - [MIT License, Copyright (c) 2024 SKATEPAY.CHAT](https://github.com/SkatePay/skatepay/blob/main/LICENSE)
- [prorobot](https://prorobot.ai)## Acknowledgements
- [go-nostr](https://github.com/nbd-wtf/go-nostr) - [MIT License, Copyright (c) 2022 nbd](https://github.com/nbd-wtf/go-nostr/blob/master/LICENSE.md)
- [solana-go](https://github.com/gagliardetto/solana-go) - [Apache License 2.0](https://github.com/gagliardetto/solana-go/blob/main/LICENSE)
- [octane](https://github.com/anza-xyz/octane) - [Apache License 2.0](https://github.com/anza-xyz/octane/blob/master/LICENSE)