Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@keyban/create-keyban-app

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyban/create-keyban-app

CLI to create a Keyban React app with Vite

  • 0.0.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
18
increased by63.64%
Maintainers
0
Weekly downloads
 
Created
Source

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:

# Create a temporary directory and navigate into it
cd $(mktemp -d)

# Initialize the Keyban app using your preferred package manager
npm init @keyban/keyban-app

After the initialization completes, navigate to your project directory (if not already there) and start the development server:

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/).

Steps in the browser

  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.

Documentation

For more detailed information, check out the Keyban documentation.

FAQs

Package last updated on 12 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc