Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT Ownership by a Bitcoin address #6

Closed
whoabuddy opened this issue Oct 27, 2022 · 2 comments
Closed

NFT Ownership by a Bitcoin address #6

whoabuddy opened this issue Oct 27, 2022 · 2 comments

Comments

@whoabuddy
Copy link
Contributor

How are we going to handle this on the Stacks side? One idea is an escrow contract from #17.

The escrow contract would need to:

  • associate the minted NFT with the user that sent the Bitcoin (thinking public key over address here)
  • provide the ability to claim using a fresh STX address (version 1)
  • provide the ability to do additional actions, e.g. transfer the NFT (version 2)

One random idea worth thinking through: most NFT mints use the uint as an identifier, but owl.link uses a string for the BNS name insead, which got me thinking - could we use a buff to store the public key or other relevant info?

@whoabuddy
Copy link
Contributor Author

Linking this to #18

@whoabuddy
Copy link
Contributor Author

Closing in favor of #18 since they're in the same repo now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant