Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TheGreenCandle-11/DTSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigiByte Transaction Signaling Protocol (DTSP)

DTSP is a lightweight signaling protocol that encodes messages using DigiByte transaction amounts.

It enables communication using standard transactions without metadata or scripting.


How It Works

Each transaction amount represents a character.

A sequence of transactions forms a message.


Example

H = 0.00022666
E = 0.00022663


Documentation

  • Specification → SPEC.md
  • Handshake → HANDSHAKE.md
  • Examples → EXAMPLES.md

Properties

  • Deterministic encoding
  • No OP_RETURN required
  • Compatible with standard wallets
  • Fully on-chain signaling

Limitations

  • Requires precise transaction amounts
  • Susceptible to wallet rounding
  • Not private (fully transparent)
  • Fee overhead per character

Status

Draft v1.0


Tools

Basic encoder:

python encoder.py

## License

MIT

About

A lightweight signaling protocol using DigiByte transaction amounts to encode messages.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages