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:
Download the source code. Once you complete the purchase, you will receive a download link via email (access via online portal coming soon!).
Navigate to the project directory:
cd wallet-template
Install the dependencies:
yarn install
Start the development server:
yarn dev