Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Extension

Problem statement

Create a browser extension that stores the user's private key securely or connects to Ledger, and lets the user sign transactions.

What is in this repo

  • server/: Bun server used as an API proxy for Solana RPC.

Run the server

cd server
bun install
bun run index.ts

Health check:

curl http://localhost:8080/api/v1/health

Run tests

cd server
bun test

About

A non-custodial Solana HD wallet extension built with Manifest V3 and TypeScript. It handles local Ed25519 cryptography and transaction signing entirely within the browser. Powered by a custom, high-performance Bun backend acting as a secure RPC proxy.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages