bitcoin-nfts / bitcoin-colors

A sample NFT collection that shows the strong connection between Stacks and Bitcoin.
6 stars 2 forks source link

Implement key/address generator #25

Closed whoabuddy closed 1 year ago

whoabuddy commented 1 year ago

As part of the UX flow, the user will be able to generate keys to show an NFT, and when they find one they like they can back up the key before minting.

The seed phrase generation should be pretty straight-forward, and from it we will need to know the wrapped segwit bitcoin address using the standard derivation path. This is the Bitcoin address that will be used for the mint through Xverse.

whoabuddy commented 1 year ago

Will tie into #19 and #14 as well.

whoabuddy commented 1 year ago

@yknl this is the main place we'll track the implementation of the generator, and ideally we'd be following the same conventions as Xverse to keep things simple.

image

I think we'll only need to know the wrapped segwit Bitcoin address initially so they can be redirected to the page for the NFT.

whoabuddy commented 1 year ago

Closing as this will not be needed with the reduced scope.