# better-auth-thirdweb-plugin
Generate ctypto wallet for users based on their email or userId (phoneNumber support is coming soon).

thirdweb (a well-known & credible service) is used to generate the wallets. To learn more about thirdweb and manage your thirdweb application, please go to [thirdweb.com](https://thirdweb.com)

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.45. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
