miniapp: zora minter - #81
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 5bbee7a The changes in this PR will be included in the next version bump. This PR includes changesets to release 17 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
2 times, most recently
from
November 12, 2023 22:15
c176a6b to
1675db8
Compare
davidfurlong
requested changes
Nov 13, 2023
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
from
November 13, 2023 13:45
1675db8 to
4f90092
Compare
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
from
November 13, 2023 13:50
4f90092 to
555a7b3
Compare
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
from
November 13, 2023 16:30
555a7b3 to
461fdcc
Compare
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
from
November 14, 2023 13:36
461fdcc to
137f5bf
Compare
stephancill
marked this pull request as ready for review
November 15, 2023 10:15
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
from
November 21, 2023 20:47
dde3d9e to
2518765
Compare
stephancill
force-pushed
the
miniapp/zora-nft-minter
branch
from
November 23, 2023 11:09
2518765 to
e68947f
Compare
6 tasks
davidfurlong
approved these changes
Nov 24, 2023
| const referrer = searchParams.get("referrer") || undefined; | ||
|
|
||
| // Extract contract, type, and chain ID from itemId | ||
| // e.g. chain://eip155:1/erc721:0xa723a8a69d9b8cf0bc93b92f9cb41532c1a27f8f/11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This miniapp uses the reservoir API to generate mint transactions for a given user address and collection address. This transaction data is then signed and submitted via the new
SENDETHTRANSACTIONaction of which the implementation is left up to the client.The miniapp also requires additional context to function e.g. the wallet address of the requesting user. To support this, an additional optional key:
user.wallet.addressis introduced to the context object.