Commit Graph

2 Commits

Author SHA1 Message Date
8414593d47 Add comprehensive wallet testing and fix database export
- Create test-wallet.js for standalone functionality testing
- Fix PaperclipDatabase naming conflict for Node.js compatibility
- Verify Ed25519 key generation, signing, and verification
- Test CLIPS address validation and transaction serialization
- All core crypto functionality working correctly
2025-06-15 18:42:02 -07:00
1ceb56c7b8 Update wallet UI to use PaperclipChain
- Remove Ethereum/Web3 references from HTML
- Create PaperclipWallets class with Ed25519 key support
- Add PaperclipDatabase for wallet storage
- Update module loading order in index.html
- Convert button classes from btn-etho to btn-clips
2025-06-15 18:39:48 -07:00