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.git
Install 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 install
Start the Service
Open a terminal and run the following command to start SSP Relay server
yarn start
Running Test Cases
To run SSP Relay test cases, open a terminal and run the following command
yarn test
Last updated