CLI to create a Keyban React app with Vite
This scaffold allows you to quickly set up a Keyban-based React wallet application.
To create and run the app, follow these steps:
``bashCreate a temporary directory and navigate into it
cd $(mktemp -d)
After the initialization completes, navigate to your project directory (if not already there) and start the development server:
`bash
cd your-project-name
npm dev
`Once the development server is running, you can access the app by opening your browser at the URL shown in the terminal (usually
http://localhost:5173/`).1. Click "Login".
2. Login using the default pre-configured account.
3. You will then see the basic information about your wallet, including your public key and balance on the Polygon Amoy testnet.
> Note: For this demo, no additional configuration or Auth0 account is needed as the app uses default credentials.
For more detailed information, check out the Keyban documentation.