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 yarn
Then clone the repository and cd into the created directory:
git clone https://github.com/fireblocks/ncw-web-demo
cd ncw-web-demo
Next, install the dependencies:
yarn
And finally, run the application:
yarn dev
The application will start on http://localhost:5173
.
Updated 10 months ago