Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I put data of cNFT metdata as base64 code, owner address...etc? any help & idea #7

Open
Elmahfoud-Oul opened this issue Sep 13, 2024 · 0 comments

Comments

@Elmahfoud-Oul
Copy link

I'm using blueprint to deploy this contract cause there no terminal command to deploy them thats why i use blueprint
So when I want to deploy i run npx blueprint build then I run npx blueprint run here i got problem it say i didnt enter the data like

scripts/deployCollectionExotic.ts:6:78 - error TS2345: Argument of type '{}' is not assignable to parameter of type 'CollectionConfig'.
 Type '{}' is missing the following properties from type 'CollectionConfig': root, depth, itemCode, owner, and 4 more.
const collectionExotic = provider.open(CollectionExotic.createFromConfig({}, await compile('CollectionExotic'))); 

### so let me know where can I add data of cNFT item or collection any help? Pls as soon as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant