@halvest/cybervest-testnet
Version:
Incentive Cybervest Testnet Coming Soon
34 lines (22 loc) • 1.15 kB
Markdown
This example demonstrates how to use thirdweb Auth with NextJS.
To run the project, first clone this repository, and then run one of the following commands to install the dependencies:
```bash
npm install
yarn
```
```bash
npm run dev
yarn dev
```
Now, you can navigate to [http://localhost:3000](http://localhost:3000) to visit the client side page where you can connect a wallet, sign-in with ethereum and view the payload, and use the payload to authenticate with the backend.
To learn more about thirdweb, take a look at the following resources:
- [thirdweb Auth Documentation](https://docs.thirdweb.com/auth) - learn about thirdweb Auth.
- [thirdweb React Documentation](https://docs.thirdweb.com/react) - learn about our React SDK.
- [thirdweb Portal](https://docs.thirdweb.com) - check our guides and development resources.
You can check out [the thirdweb GitHub organization](https://github.com/thirdweb-dev) - your feedback and contributions are welcome!
For any questions, suggestions, join our discord at [https://discord.gg/thirdweb](https://discord.gg/thirdweb).