https://github.com/thirdweb-example/thirdweb-circle-cctp
https://github.com/thirdweb-example/thirdweb-circle-cctp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thirdweb-example/thirdweb-circle-cctp
- Owner: thirdweb-example
- Created: 2023-06-12T21:28:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T18:46:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T18:22:53.138Z (11 months ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Using This Template
Create a project using this example:
```bash
npx thirdweb create --template node-typescript-starter
```
Install dependencies:
```bash
npm install # npm
yarn # yarn
```
- Export your wallet private key from your wallet and add it to the .env file.
```env
PRIVATE_KEY=your_private_key
```
- Run the project:
```bash
npm run dev # npm
yarn dev # yarn
```
## Learn More
To learn more about thirdweb and Next.js, take a look at the following resources:
- [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.
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).