Skip to content

Commit

Permalink
Stripeのwebhookを受け取って、ERC1155をmintするNext.jsのapiに実装 #539
Browse files Browse the repository at this point in the history
  • Loading branch information
keit0728 committed Mar 17, 2024
1 parent bd1e8f3 commit 25f0edb
Show file tree
Hide file tree
Showing 8 changed files with 23,151 additions and 3,751 deletions.
7 changes: 6 additions & 1 deletion frontend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ NEXT_PUBLIC_FORWARDER_ADDRESS=
NEXT_PUBLIC_CONTRACT_MINT_NFT_MANAGER=
NEXT_PUBLIC_CONTRACT_EVENT_MANAGER=
NEXT_PUBLIC_CONTRACT_OPERATION_CONTROLLER=
NEXT_PUBLIC_CONTRACT_MINT_POINT=
# Openzeppelin Relayer API keys
OZ_RELAYER_API_KEYS="[""]"
OZ_RELAYER_API_SECRETS="[""]"
DEV_RELAYER_PRIVATE_KEY=
# Chain Information
NEXT_PUBLIC_CHAIN_ID=
NEXT_PUBLIC_CHAIN_NAME=
Expand All @@ -32,4 +34,7 @@ NEXT_PUBLIC_GA_MEASUREMENT_ID=
NEXT_PUBLIC_THIRDWEB_CLIENT_ID=
# Blacklist of event group and event by id
NEXT_PUBLIC_EVENT_GROUP_BLACK_LIST="0"
NEXT_PUBLIC_EVENT_BLACK_LIST="0"
NEXT_PUBLIC_EVENT_BLACK_LIST="0"
# Stripe setting
STRIPE_SK=
STRIPE_WEBHOOK_MINT_POINT_SECRET=
Loading

0 comments on commit 25f0edb

Please sign in to comment.