Project Installation
Clone the SSP Wallet Repository
Open a terminal and run the following commands
mkdir ssp-wallet
cd ssp-wallet
git clone git@github.com:RunOnFlux/ssp-wallet.git
Install SSP Wallet Dependencies
In installing the project dependencies you may use yarn
Open a terminal and run the following command to install SSP Relay dependencies
yarn install
Running Test Cases
To run SSP Wallet test cases, open a terminal and run the following command
yarn test
Running in Development Mode
To run SSP Wallet in development mode, open a terminal and run the following command
yarn dev
Last updated