All the necessary information about BeyondNFT's InteractiveNFT format. Any more question? Join our discord http://chat.beyondnft.io

What are they?

Interactive NFTs are NFTs that are defined with code: HTML/CSS/JavaScript/SVG...

When they are displayed to users, instead of showing a still image, the code is executed and the NFT becomes Interactive.

This way, anything that works in a browser can become an NFT. Anything.

BeyondNFT Format

BeyondNFT uses an Open Source Interactive NFT format that you can find here: https://github.com/beyondnft/sandbox

This format has been thought with decentralization and interoperability in mind.

It doesn't need BeyondNFT to work. Once an NFT is emitted, it can live on its own as long as the consumer platform knows how to run the format, which can be done using one of the 3 components we created, or any other component you would like to do. The format is very easy to grasp.

Self-Aware & Properties

Our Interactive NFT format has been made so the NFT is self-aware of its metadata and properties.

When the code is executed, data are injected in the HTML so the code can have access to it.