Setup
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
- Install yarn:
npm install --global yarn
- Clone the repository and cd into the created directory:
git clone https://github.com/fireblocks/ncw-web-demo cd ncw-web-demo
- Install the dependencies:
yarn
- Run the application:
yarn dev
The application will start on: http://localhost:5173
Updated about 1 year ago