This page is intentionally conservative. Vaulkyrie is early-stage software and has not completed a formal third-party audit.Documentation Index
Fetch the complete documentation index at: https://docs.vaulkyrie.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Current status
| Area | Ready for internal use | Ready for public external developers | Notes |
|---|---|---|---|
| Browser wallet | Yes | Not yet | App builds from source; Chrome Web Store packaging and production relay deployment are still required. |
| Relay server | Yes | Not yet | Works as a private server; production hosting, TLS, monitoring, rate limits, and operational runbooks are still required. |
| Rust SDK | Yes | Not yet | Workspace API exists; crate publication to crates.io is still required. |
| CLI | Yes | Not yet | Local developer CLI exists; installable releases and binary distribution are still required. |
| TypeScript SDK | Yes | Not yet | @vaulkyrie/sdk workspace package builds locally; npm publication and parity tests are still required. |
| Solana program | Source exists | Deployment-sensitive | Do not change instruction layouts casually because redeployment and client compatibility are involved. |
Publication checklist
Before public use, Vaulkyrie should complete:- Independent security audit for wallet, relay, SDK, and on-chain code.
- Published npm package for the TypeScript SDK.
- Published crates.io packages for Rust SDK and CLI.
- Hosted
wss://relay endpoint with TLS, monitoring, rate limits, and abuse controls. - Chrome Web Store packaging, privacy policy, support URL, screenshots, and release process.
- Versioned release notes and compatibility policy for SDK, CLI, extension, relay, and program.
