The NFT-related things within Bitcoin blockchain should be better swayed away. There is a better approach if someone, especially a company/project, wants to build things directly onwith Bitcoin.
Can you share those options or approach? I believe we cant do newer project on bitcoin chain since its a proof of work and does not utilize any smart contract.
You are right. I did not use the word of what I truly meant. The original post is updated. What I trying to convey is that they better utilize sidechain or L2 solutions.
In addition, the BRC-69 standard offers new functionalities. For example, it allows the launch of collections without revealing tokens beforehand,
Wait does this mean that with brc-20 in BTC NTF collections you weren't able to buy nfts blindly and wait for the reveal?
I don't understand any of the technical aspect of how revealing works but surely this means something else and they didn't have to make whole another protocol for it.
Yes, it seems the BRC-20 implementation did not support pre-reveal.
https://docs.bitcoincomputer.io/examples/fungible-token/#brc20This must have something do to with Ordinals' Recursion:
https://docs.ordinals.com/inscriptions.html#recursionThis has a number of interesting use-cases:
Remixing the content of existing inscriptions.
~
Generative art collections where an algorithm is inscribed as JavaScript, and instantiated from multiple inscriptions with unique seeds.
Generative profile picture collections where accessories and attributes are inscribed as individual images, or in a shared texture atlas, and then combined, collage-style, in unique combinations in multiple inscriptions.
What I comprehend of how BTC69 works is: suppose it is a cake. `deploy` ops is where the cake's ingredients rely upon, `compile` ops is where you bake and display the cakes, and finally, `mint` is where somebody bought them. Where the ingredient must be already stored on the chain in order for the token to be deployed, in first hand. So, it seems in the `compile` parts are where the pre-reveal works.