Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 2.1 KB

File metadata and controls

45 lines (34 loc) · 2.1 KB

Technical Documentation

In-depth technical documentation for developers who want to understand the internals of the FROSTR protocol and Bifrost SDK.

Documents

Document Description
Guide Getting started with code examples and interactive demo
API Reference Full API documentation
Development Build, test, debugging, and git workflow
Contributing Code style, PR process, and testing guidelines
Migration Version upgrade guides
Glossary Definitions of protocol-specific terminology
Architecture System components, data flow, and extension points
Protocol Wire protocol specification and message formats
Cryptography Cryptographic primitives, FROST protocol, and security properties
Security Threat model and deployment guidance

Reading Order

For new contributors:

  1. Glossary - Establish vocabulary
  2. Guide - See the protocol in action
  3. Development - Build, test, and debug
  4. Architecture - See how components fit together
  5. Cryptography - Understand the crypto foundations
  6. Protocol - Learn the wire format and nonce management

External Resources

Contributing

See CONTRIBUTING.md for full guidelines. Quick tips for documentation:

  1. Use terminology from GLOSSARY.md
  2. Reference source files with file.ts:line format
  3. Keep code examples synchronized with actual API
  4. Update cross-references when adding new documents