We welcome contributions! As a multi-language project, there are several ways to get involved.Documentation Index
Fetch the complete documentation index at: https://stellaraddresskit.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Development Workflow
Running the Full Suite
Verify all implementations:
- TypeScript:
pnpm test - Go:
go test ./... - Dart:
dart test - Go Fuzzing:
go test -fuzz=FuzzExtractRouting
PR Requirements
- Must pass all spec vectors in all three languages.
- Must include a changeset.
- Must follow the “never throw” design principle.