Introduction

Installation

Prerequisites

Before getting started with the project, ensure that you have the following installed:

  • Node.js (v18 or higher)
  • Yarn package manager

Node version

We have tested this project with Node v18.17.1, but it should work with newer versions as well.

Getting Started

To set up the project on your local machine, follow these steps:

  1. Download the source code. Once you complete the purchase, you will receive a download link via email (access via online portal coming soon!).

  2. Navigate to the project directory:

    cd wallet-template
    
  3. Install the dependencies:

    yarn install
    
  4. Start the development server:

    yarn dev
    
Previous
Getting started