Skip to content

Create a generic transaction to burn NFTs #236

Open

Description

Issue To Be Solved

Users need an easy way to burn NFTs from anywhere that doesn't require the specific app to implement burning functionality. A burner address like in Ethereum would be easiest, but that isn't really possible since you can't transfer to an uninitialized account.

Suggest A Solution

  • Maybe use a transaction that sends it to BlackHole
  • Maybe use a transaction that just sends it to Burner.
  • Either way, it will likely be expected to just be a part of a web front end that anyone can sign in to with an FCL wallet.
  • Provide a contract name, address, and NFT ID as arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

  • Status

    🔖 Ready for Pickup

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions