Closed Jipperism closed 4 months ago
When a user mint a hypercert using an allowlist, there are 2 options:
Case 1 steps:
.dump()
hyperclient.mintClaim()
mintClaim
createAllowlist
Case 2 steps:
Implemented in https://github.com/hypercerts-org/hypercert-app/pull/99 and https://github.com/hypercerts-org/hypercert-app/pull/98
What is it?
When a user mint a hypercert using an allowlist, there are 2 options:
Case 1 steps:
.dump()
and provide that to the API)hyperclient.mintClaim()
.mintClaim
orcreateAllowlist
) depending on whether allowlist entries were providedCase 2 steps: