Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.59 KB

File metadata and controls

18 lines (12 loc) · 1.59 KB

Borker

Borker Protocol is an application layer protocol designed to ride on top of the Bitcoin p2p network and similar UTXO-based, transparent blockchains. It relies on the openess, security, and immutability of the underlying networks and defines a method of publishing and consuming unstoppable content.

Borker is an implementation of the Borker Protocol. It uses:

  • Dogecoin: The p2p blockchain network.
  • Superdoge: A thin wrapper for Dogecoin for indexing utxos by address.
  • Borker-Server: Indexing service and REST API for transactions conforming to the Borker Protocol. Depends on Superdoge or similar.
  • Borker-Wallet: a Twitter-like PWA (Progressive Web Application) and crypocurrency wallet for connecting to Borker-Server to view and publish content.
  • Borker-Lib: Library for cryptographic operations and serialization/deserialization of Borker data. Used in both Borker-Server and Borker-Wallet.
  • Borker-Registry: Registry service for delegating server choice bootstrapping and network load balancing. Used by Borker-Server to discover Superdoge nodes. Used by Borker-Wallet to dicover Borker-Servers.

The Docs