oxheadalpha / nft-tutorial

Tezos FA2 NFT CLI Tool And Tutorial
MIT License
92 stars 25 forks source link

Question: Use custom contract with tznft #80

Open jdsika opened 2 years ago

jdsika commented 2 years ago

The tutorial states the command create-collection and I cannot find the definition of this contract.

There is the tutorial on how to create a custom modular contract but how do I specify to use this custom version?

emishur commented 2 years ago

With nft-tutorial you can create only one "pre-canned" version of the contract. Although the contract is created using fa2-contracts package (see the contract source here), nft-tutorial does not let you originate any arbitrary FA2 NFT contract at the moment. You may also check composed-fa2-example that shows how to create a custom FA2 contract using fa2-contracts package

jdsika commented 1 year ago

Hi @emishur this might add to this question: Are you planning to integrate the FA2.1 tzip standard to the tutorial? Are you involved in the discussions on finalizing the implementation?

emishur commented 1 year ago

@jdsika Yes, I am planning to add FA2.1 support, but waiting when the standard is stabilized. There were lots of changes since the original proposal.

jdsika commented 1 year ago

ok! What does your crystal ball say about the timeline here? :)

I am looking at the discussions and cannot understand what the process is to find convergence here?

emishur commented 1 year ago

I think we are almost there. There is FA2.1 draft uploaded to TZIP repo recently.