An open API service indexing awesome lists of open source software.

https://github.com/thirdweb-example/thirdweb-circle-cctp


https://github.com/thirdweb-example/thirdweb-circle-cctp

Last synced: 9 months ago
JSON representation

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).