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

miniapp: zora minter #81

Merged
merged 8 commits into from
Nov 25, 2023
Merged

miniapp: zora minter #81

merged 8 commits into from
Nov 25, 2023

Conversation

stephancill
Copy link
Contributor

@stephancill stephancill commented Nov 12, 2023

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 SENDETHTRANSACTION action 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.address is introduced to the context object.

Copy link

changeset-bot bot commented Nov 12, 2023

🦋 Changeset detected

Latest commit: 5bbee7a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 17 packages
Name Type
@mod-protocol/core Minor
@mod-protocol/react Minor
@mod-protocol/miniapp-registry Patch
@miniapps/zora-nft-minter Patch
web Patch
api Patch
@miniapps/chatgpt-shorten Patch
@miniapps/chatgpt Patch
@miniapps/giphy-picker Patch
@miniapps/image-render Patch
@miniapps/infura-ipfs-upload Patch
@miniapps/livepeer-video Patch
@miniapps/nft-minter Patch
@miniapps/url-render Patch
@miniapps/video-render Patch
@mod-protocol/react-editor Patch
@mod-protocol/react-ui-shadcn Patch

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

Copy link

vercel bot commented Nov 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2023 5:12pm
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2023 5:12pm
example-nextjs-shadcn ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 25, 2023 5:12pm

examples/nextjs-shadcn/src/app/layout.tsx Outdated Show resolved Hide resolved
examples/nextjs-shadcn/src/app/page.tsx Outdated Show resolved Hide resolved
miniapps/zora-nft-minter/src/manifest.ts Outdated Show resolved Hide resolved
miniapps/zora-nft-minter/src/view.ts Outdated Show resolved Hide resolved
packages/core/src/renderer.ts Show resolved Hide resolved
packages/miniapp-registry/src/index.ts Outdated Show resolved Hide resolved
packages/core/src/renderer.ts Show resolved Hide resolved
@stephancill stephancill marked this pull request as ready for review November 15, 2023 10:15
@stephancill stephancill changed the title miniapp: zora-minter miniapp: zora minter Nov 16, 2023
const referrer = searchParams.get("referrer") || undefined;

// Extract contract, type, and chain ID from itemId
// e.g. chain://eip155:1/erc721:0xa723a8a69d9b8cf0bc93b92f9cb41532c1a27f8f/11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

helpful examples!

packages/miniapp-registry/src/index.ts Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants