@keyban/create-keyban-app
v0.0.4
Published
CLI to create a Keyban React app with Vite
Downloads
9
Readme
Keyban Scaffolding App
This scaffold allows you to quickly set up a Keyban-based React wallet application.
Quick Start
To create and run the app, follow these steps:
cd $(mktemp -d)
npm init @keyban/keyban-app
The app will automatically launch, and you can access it by opening your browser at the URL shown in the terminal (usually http://localhost:5173/
).
Steps in the browser
- Click "Login".
- Login using the default pre-configured account.
- You will then see the basic information about your wallet, including your public key and balance on the Ethereum Sepolia testnet.
Note: For this demo, no additional configuration or Auth0 account is needed as the app uses default credentials.
Documentation
For more detailed information, check out the Keyban Quick Start Guide.