Skip to content

Latest commit

 

History

History
 
 

README.md

Architecture Decision Records (ADRs)

This directory contains Architecture Decision Records (ADRs) documenting key design choices in Stellar MicroPay.

What is an ADR?

An ADR captures a significant architectural decision along with its context and consequences. See Michael Nygard's original article for more.

Index

ADR Title Status
ADR-001 Soroban Smart Contracts for Streaming Payment Channels Accepted
ADR-002 Stellar Turrets for Delegated Transaction Signing Accepted
ADR-003 SEP-10 for Stellar Web Authentication Accepted

Creating a new ADR

  1. Copy an existing ADR as a template
  2. Number it sequentially (e.g., 004-your-title.md)
  3. Fill in the Status, Context, Decision, and Consequences sections
  4. Add it to the index table above