Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/n8maninger/sia-consensus-subscriber

Implements a minimal Sia subscriber for processing data from Sia's consensus set and transaction pool.
https://github.com/n8maninger/sia-consensus-subscriber

Last synced: about 1 month ago
JSON representation

Implements a minimal Sia subscriber for processing data from Sia's consensus set and transaction pool.

Awesome Lists containing this project

README

        

# Overview
Implements a minimal Sia subscriber for processing data from Sia's consensus set
and transaction pool.

# Usage
```
subscriberd --dir ~/subscriber
```

## Building
```
go build -o bin/ ./cmd/subscriberd
```

### Testnet
```
go build -o bin/ -tags testnet ./cmd/subscriberd
```