Using candy machine ui elements in angular #2168
mmjp-rusty
started this conversation in
General
Replies: 1 comment 4 replies
-
Follow up here, is it possible to create the candy machine without uploading assets if using hidden settings? I appreciate the value add for people who don't want to manage their own metadata hosting, but in my case, I'd like to manage the web hosting and off chain metadata/media hosting independent of defining the on chain collection if that's possible. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tend to work in angular. It's a preference, but also superior. ;)
Anyway, I'd like to make use of
candy-machine-ui/src/candy-machine.ts
and maybe
candy-machine-ui/src/utils.ts
Can I just toss this at the top of them, and drop them in my source dir?
Is there anything else I would need?
Is there a better way? It'd be nice if those more general purpose scripts were in a separate npm module.
Also, what's the best way to atomically mint, and verify collection? If I'm hosting a mint for say 10,000 NFTs and if that mint is kind of expected to be open ended for a while, I'd like mints to be verified as they are minted, rather than doing say a batch sign of all mints once we've sold out.
Beta Was this translation helpful? Give feedback.
All reactions