Create a browser extension that stores the user's private key securely or connects to Ledger, and lets the user sign transactions.
server/: Bun server used as an API proxy for Solana RPC.
cd server
bun install
bun run index.tsHealth check:
curl http://localhost:8080/api/v1/healthcd server
bun test