https://github.com/thirdweb-example/custom-sign-in-example
Example of how to use the useConnect hook to create a custom sign-in wallet connection flow.
https://github.com/thirdweb-example/custom-sign-in-example
customization thirdweb thirdweb-sdk wallets web3
Last synced: 3 months ago
JSON representation
Example of how to use the useConnect hook to create a custom sign-in wallet connection flow.
- Host: GitHub
- URL: https://github.com/thirdweb-example/custom-sign-in-example
- Owner: thirdweb-example
- Created: 2024-05-16T00:25:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T09:38:02.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T05:38:28.576Z (about 1 year ago)
- Topics: customization, thirdweb, thirdweb-sdk, wallets, web3
- Language: TypeScript
- Homepage: https://custom-sign-in-example.thirdweb-example.com/
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# custom-sign-in-example
Example of how to use the useConnect hook to create a custom sign-in wallet connection flow.
## Features
- Enable EOAs such as MetaMask, Coinbase and Rabby
- Enable users to connect to app with Wallet Connect
## Environment Variables
## Run Locally
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Documentation
- [Custom Sign-In](https://portal.thirdweb.com/connect/sign-in/Custom-UI)
- [TypeScript SDK](https://portal.thirdweb.com/typescript/latest)
## Contributing
Contributions are always welcome! See our [open source page](https://thirdweb.com/open-source) for more information.
## Support
For help or feedback, please [visit our support site](https://thirdweb.com/support)