Skip to content

miniapp: zora minter - #81

Merged
stephancill merged 8 commits into
mainfrom
miniapp/zora-nft-minter
Nov 25, 2023
Merged

miniapp: zora minter#81
stephancill merged 8 commits into
mainfrom
miniapp/zora-nft-minter

Conversation

@stephancill

@stephancill stephancill commented Nov 12, 2023

Copy link
Copy Markdown
Contributor

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.

@changeset-bot

changeset-bot Bot commented Nov 12, 2023

Copy link
Copy Markdown

🦋 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

@vercel

vercel Bot commented Nov 12, 2023

Copy link
Copy Markdown

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

Comment thread examples/nextjs-shadcn/src/app/layout.tsx Outdated
Comment thread examples/nextjs-shadcn/src/app/page.tsx Outdated
Comment thread miniapps/zora-nft-minter/src/manifest.ts Outdated
Comment thread miniapps/zora-nft-minter/src/view.ts Outdated
Comment thread packages/core/src/renderer.ts
Comment thread packages/miniapp-registry/src/index.ts
Comment thread packages/core/src/renderer.ts
Comment thread miniapps/zora-nft-minter/src/manifest.ts
@stephancill
stephancill force-pushed the miniapp/zora-nft-minter branch from 1675db8 to 4f90092 Compare November 13, 2023 13:45
@stephancill
stephancill force-pushed the miniapp/zora-nft-minter branch from 4f90092 to 555a7b3 Compare November 13, 2023 13:50
@stephancill
stephancill force-pushed the miniapp/zora-nft-minter branch from 555a7b3 to 461fdcc Compare November 13, 2023 16:30
@stephancill
stephancill force-pushed the miniapp/zora-nft-minter branch from 461fdcc to 137f5bf Compare November 14, 2023 13:36
@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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

helpful examples!

Comment thread packages/miniapp-registry/src/index.ts Outdated
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.

2 participants