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

explore: on chain assembly of nfts #39

Open
letmejustputthishere opened this issue Feb 24, 2023 · 2 comments
Open

explore: on chain assembly of nfts #39

letmejustputthishere opened this issue Feb 24, 2023 · 2 comments
Labels

Comments

@letmejustputthishere
Copy link
Member

right now collections are generated locally and then uploaded to the canister. instead we could generate the NFTs when a user actually mints. this would also allows for open edition with more than one asset representing the NFT

@ZenVoich
Copy link
Contributor

  • props/traits (assetPartId, metadata, probability)
  • asset parts (upload once)
  • hardcoded asset wrapper svg(render based on traits)?
  • mint each token based on probability of traits
  • asset type? (on-chain/off-chain)

@letmejustputthishere
Copy link
Member Author

this is currently not a priority, we'll get to it when we have more time :)

@ZenVoich ZenVoich removed their assignment Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants