Project Installation
Clone the SSP Relay Repository
Open a terminal and run the following commands
mkdir ssp-relay
cd ssp-relay
git clone https://github.com/RunOnFlux/ssp-relay.gitInstall SSP Relay Dependencies
In installing the project dependencies you may use yarn
Open a terminal and run the following command to install SSP Relay dependencies
yarn installStart the Service
Open a terminal and run the following command to start SSP Relay server
yarn startRunning Test Cases
To run SSP Relay test cases, open a terminal and run the following command
yarn testLast updated