Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)