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

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.

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)