bitcoin-nfts / bitcoin-colors

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

Front-end for viewing/interacting with NFTs #8

Closed whoabuddy closed 1 year ago

whoabuddy commented 1 year ago

A basic website should provide:

whoabuddy commented 1 year ago

Today we had a meeting for the front-end work, including a review of some basic wire frames and user flows. Link to Miro board

We decided on using Next.js as it would provide a way to have both the app and data indexing within one project, and provide a familiar interface (React) for other contributors.

Notes from the meeting:

whoabuddy commented 1 year ago

From the most recent design, there are two main elements to the UX:

  1. home page that allows generating private keys / showing associated NFT (examples: coinb.in / bip39 tool)
  2. page per NFT that shows image, status, and mint / claim options, including Xverse wallet support
whoabuddy commented 1 year ago

Closing this out in favor of #40