https://github.com/yash094/aa-binance
https://github.com/yash094/aa-binance
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yash094/aa-binance
- Owner: Yash094
- Created: 2025-04-25T07:24:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-25T07:25:41.000Z (about 1 month ago)
- Last Synced: 2025-04-25T08:34:25.435Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://aa-binance.vercel.app
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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)