https://github.com/thirdweb-example/custom-pay-example
https://github.com/thirdweb-example/custom-pay-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-example/custom-pay-example
- Owner: thirdweb-example
- Created: 2024-06-04T07:06:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T08:21:25.000Z (over 1 year ago)
- Last Synced: 2025-01-20T05:38:27.214Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://custom-pay-example.thirdweb-preview.com
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# thirdweb-next-starter
Starter template to build an onchain react native app with [thirdweb](https://thirdweb.com/) and [next](https://nextjs.org/).
## Installation
Install the template using [thirdweb create](https://portal.thirdweb.com/cli/create)
```bash
npx thirdweb create app --next
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file:
`CLIENT_ID`
To learn how to create a client ID, refer to the [client documentation](https://portal.thirdweb.com/typescript/v5/client).
## Run locally
Install dependencies
```bash
yarn
```
Start development server
```bash
yarn dev
```
Create a production build
```bash
yarn build
```
Preview the production build
```bash
yarn start
```
## Resources
- [Documentation](https://portal.thirdweb.com/typescript/v5)
- [Templates](https://thirdweb.com/templates)
- [YouTube](https://www.youtube.com/c/thirdweb)
- [Blog](https://blog.thirdweb.com)
## Need help?
For help or feedback, please [visit our support site](https://thirdweb.com/support)