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.
Browser wallet
package.json:
| Script | Purpose |
|---|---|
npm run dev | Starts the Vite development server. |
npm run build | Runs TypeScript project build and Vite production build. |
npm run lint | Runs ESLint across the browser wallet source. |
npm run preview | Serves the built Vite output. |
Relay server
relay-server/package.json:
| Script | Purpose |
|---|---|
npm run dev | Runs tsx watch src/server.ts. |
npm run build | Compiles the relay server TypeScript. |
npm start | Runs the compiled server from dist/server.js. |
Rust workspace
Run these from the Rust workspace root.crates/vaulkyrie-clicrates/vaulkyrie-frostcrates/vaulkyrie-frost-wasmcrates/vaulkyrie-protocolcrates/vaulkyrie-sdkprograms/vaulkyrie-core
