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.gitInstall 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 installRunning Test Cases
To run SSP Wallet test cases, open a terminal and run the following command
yarn testRunning in Development Mode
To run SSP Wallet in development mode, open a terminal and run the following command
yarn devLast updated