https://github.com/roylee0704/thirdweb-signature-drop
ref: https://www.youtube.com/watch?v=2ITg70MPFJ8
https://github.com/roylee0704/thirdweb-signature-drop
Last synced: 2 months ago
JSON representation
ref: https://www.youtube.com/watch?v=2ITg70MPFJ8
- Host: GitHub
- URL: https://github.com/roylee0704/thirdweb-signature-drop
- Owner: roylee0704
- License: apache-2.0
- Created: 2022-08-20T10:30:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T02:47:11.000Z (over 2 years ago)
- Last Synced: 2024-12-27T23:09:28.064Z (4 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Getting Started
Create a project using this example:
```bash
npx thirdweb create --template next-typescript-starter
```You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
On `pages/_app.tsx`, you'll find our `ThirdwebProvider` wrapping your app, this is necessary for our hooks to work.
on `pages/index.tsx`, you'll find the `useMetamask` hook that we use to connect the user's wallet to MetaMask, `useDisconnect` that we use to disconnect it, and `useAddress` to check the user's wallet address once connected.
## Learn More
To learn more about thirdweb and Next.js, take a look at the following resources:
- [thirdweb React Documentation](https://docs.thirdweb.com/react) - learn about our React SDK.
- [thirdweb TypeScript Documentation](https://docs.thirdweb.com/typescript) - learn about our JavaScript/TypeScript SDK.
- [thirdweb Portal](https://docs.thirdweb.com) - check our guides and development resources.
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.You can check out [the thirdweb GitHub organization](https://github.com/thirdweb-dev) - your feedback and contributions are welcome!
## Join our Discord!
For any questions, suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).