Beersy

Darren Kellenschwiler

Beered by 5 people

16 standards · 7 topics

Also credited as Deggen
  • 58

    Merkle Path JSON format

    A lightweight client asking a service for proof that a transaction is in a block needs that proof in a form it can read over an ordinary web request. This gives it a plain readable shape rather than raw bytes.

    2023
  • 61

    Compound Merkle Path Format

    Sending proofs for several transactions separately repeats the same hashes over and over. This defines a compact form that carries proofs for many transactions at once with the shared parts included only once.

  • 71

    Merkle Path Binary Format

    Storing a proof in a database means keeping it small and quick to read back. This defines a compact binary shape for a single transaction's proof, aimed at storage rather than transmission.

    2023
  • 74

    BSV Unified Merkle Path (BUMP) Format

    Different proof formats each solved part of the problem, leaving processors and clients converting between them. This defines one format that is cheap for a transaction processor to produce and convenient for a client to check.

  • 70

    Paymail BEEF Transaction

    The readable-name payment scheme was built before there was a good way to send verifiable transactions. This updates it to carry the newer self-verifying bundle instead of bare transaction bytes.

    2023
  • 121

    Simple 402 Payments

    The full micropayment framework is more than a small service needs to charge for a single endpoint. This is the short version: a price and an identity key in the refusal, a payment in the retry.

    2026
  • 125

    PeerPay URI Scheme for BRC-29 Payments

    Sharing where to send a payment usually means copying a long key and hoping it survived the paste. This packs the recipient and an optional amount into a single link that can be sent, tapped or turned into a QR code.

    2026
  • 92

    Mandala Token Protocol

    Token schemes tend to accumulate rules until they are hard to implement twice the same way. This keeps issuing, transferring, recovering and redeeming a token as small as it can reasonably be.

    2024
  • 85

    Proven Identity Key Exchange (PIKE)

    Two people who want to transact need each other's public key, and sending it over a channel someone could tamper with is a real risk. This uses a short code shared out of band to confirm the key really came from the right person.

  • 141

    Fountain-Coded Air-Gap Transport for Arbitrary Payloads

    Getting data onto a machine deliberately kept off any network means moving it by eye through a camera. This sends it as a stream of QR codes that keeps going until the receiver has enough, so no missed frame needs re-showing.

    2026

Search Beersy

Search standards by number, title, author or topic