A non-custodial bridge for converting Dash Core funds to Dash Platform credits.
- Client-side only - all cryptographic operations happen in your browser
- Supports both testnet and mainnet (via
?network=mainnetURL parameter) - HD wallet support with BIP39 mnemonic generation
- QR code generation for deposit addresses
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThis project automatically deploys to GitHub Pages on push to main via GitHub Actions.
MIT