Overview

The React application utilizes the Fireblocks Non-Custodial Wallet (NCW) Web SDK and was built as a reference for Fireblocks customers or any developer that is looking for a reference code for NCW implementation. The React application communicates with the backend server demo that was built by the Fireblocks team.

The full code of the demo React application can be found in Fireblocks' official GitHub account in the following repository: React Demo Application.

Getting Started

Installation

  1. Install yarn:
    npm install --global yarn
    
  2. Clone the repository and cd into the created directory:
    git clone https://github.com/fireblocks/ncw-web-demo
    cd ncw-web-demo
    
  3. Install the dependencies:
    yarn
    
  4. Run the application:
    yarn dev
    

The application will start on: http://localhost:5173