Skip to main content

Getting Started

Requirements

  • Node.js v16+
  • Latest Blade Wallet build v0.4.0 or higher

Setup

  1. Clone the repository:
git clone https://github.com/Blade-Labs/blade-sdk-web-demo.git
cd blade-sdk-web-demo
  1. Install dependencies:
npm install
  1. Start development server:
npm run dev
info

The app must be run in HTTPS mode to access the Blade Wallet Extension.

Production Build

npm run build