Cynsar-Foundation/second.exchange

BIP39 User auth

Closed this issue · 0 comments

Preliminary work is already done by @PulkitVyasCynsar need to get around the typescript uint8 array buffer issue while returning from keys.js in nostr tools we have two options from here

  1. Either solve this type inference issue with keys.js in nostr tools
  2. Use some other typescript friendly lib such as bitcore for bip39
    Need to explore option 1 first