Setup
Overview
The React Demo Application uses the Fireblocks Non-Custodial Wallet (NCW) Web SDK and was built as a reference for Fireblocks customers (or any developer looking for reference code for NCW implementation). It communicates with the Backend Server Demo built by the Fireblocks team.
You can find the React Demo Application's full code in our official GitHub repository.
Getting Started
Installation
First, install yarn:
npm install --global yarnThen clone the repository and cd into the created directory:
git clone https://github.com/fireblocks/ncw-web-demo
cd ncw-web-demoNext, install the dependencies:
yarnAnd finally, run the application:
yarn devThe application will start on http://localhost:5173.
Updated 7 days ago