This guide will walk you through the steps to set up and run the PISP (Payment Initiation Service Provider) Demonstration.
- Git
- Node.js and npm
- Terminal or command prompt
-
Clone the repository:
git clone https://github.com/mojaloop/ml-testing-toolkit-ui.git
-
Navigate to the project directory:
cd ml-testing-toolkit-ui
-
Install dependencies:
npm install
-
Set the Node.js environment variable for OpenSSL:
export NODE_OPTIONS=--openssl-legacy-provider
-
Start the development server:
PORT=6061 HOST=localhost ./node_modules/.bin/react-scripts start
The UI should now be running at
http://localhost:6061
.
-
Visit the PISP TTK Sandbox repository: https://github.com/mojaloop/pisp-ttk-sandbox/
-
Follow the setup instructions provided in the repository's README.
Once both the ML Testing Toolkit UI and the PISP TTK Sandbox are running:
-
Open your web browser and navigate to:
http://localhost:6061/pispdemo
-
You should now be able to interact with the PISP Demonstration.
- If you encounter any issues with the setup or running of the demonstration, refer to the respective repositories' documentation or issue trackers.
- Ensure all prerequisites are correctly installed and configured on your system.