Getting Started
Requirements
- Node.js v16+
- Latest Blade Wallet build v0.4.0 or higher
Setup
- Clone the repository:
git clone https://github.com/Blade-Labs/blade-sdk-web-demo.git
cd blade-sdk-web-demo
- Install dependencies:
npm install
- 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