-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ryder Mint V2 on Stacks #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Needs more testing.
@friedger per discussion,
|
claim-two, -five, -ten should be replaced with claim-many, because we have |
How would you implement it given the claim logic? |
* first concept * return claimed token IDs from claim functions * ryder-buy concept * chore: change function names * feat: ryder-mint-v2 now has a buy and claim mechanism * fix: only admin can claim for others to prevent gaming * fix: use correct payment recipient * chore: add test for claim v2 * chore: replace claim-n with claim-many * chore: delete ryder-buy * chore: fix ryder-mint-v2 tests * chore: use better error names Co-authored-by: friedger <[email protected]> Co-authored-by: friedger <[email protected]>
You can try it in the console:
set-mint-enabled
.mint-to-contract
. The buffer length defines how many to mint.buy
to buy some.claim
to receive bought NFTs in random order.