Aareon / ChickenTicket

Pure Python implementation of a cryptocurrency blockchain
MIT License
15 stars 2 forks source link

[Idea] Add support for NFTs #34

Open Aareon opened 2 years ago

Aareon commented 2 years ago

Could likely include a base64 encoded image in transaction openfield. This intrinsically provides security and ownership of an NFT.

Aareon commented 2 years ago

Possible limit size of image for transaction size reasons. Fees would be astronomical if something isn't done.