Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kien-ngo/thirdweb-x-circle
Interact with thirdweb services using programmable wallets from Circle
https://github.com/kien-ngo/thirdweb-x-circle
Last synced: about 2 months ago
JSON representation
Interact with thirdweb services using programmable wallets from Circle
- Host: GitHub
- URL: https://github.com/kien-ngo/thirdweb-x-circle
- Owner: kien-ngo
- Created: 2023-10-05T06:05:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-24T04:50:42.000Z (over 1 year ago)
- Last Synced: 2024-11-30T22:15:33.161Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://thirdweb-x-circle.vercel.app
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mint NFT from a thirdweb collection with Circle Programmable wallet
Workflow:
- When user signup using Supabase, the Supabase Database Webhook will call a POST request to the endpoint @ `/api/webhook_userCreated`, which will perform the following actions:
1. Generate the Circle wallet for that user
2. Update the refId and name of the wallet to that user's (supabase) ID and email
3. Send that user some testnet tokens using thirdweb SDK
![image](https://github.com/kien-ngo/thirdweb-x-circle/assets/26052673/86dd7afa-3ab8-4914-8541-046183df1ecb)