From bed7b931636c40e81643dd63b7cba31307996992 Mon Sep 17 00:00:00 2001 From: KOSASIH Date: Sat, 3 Aug 2024 17:25:57 +0700 Subject: [PATCH] Create quickstart.md --- .../pi_network/PiComply/docs/quickstart.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 blockchain_integration/pi_network/PiComply/docs/quickstart.md diff --git a/blockchain_integration/pi_network/PiComply/docs/quickstart.md b/blockchain_integration/pi_network/PiComply/docs/quickstart.md new file mode 100644 index 000000000..741d19423 --- /dev/null +++ b/blockchain_integration/pi_network/PiComply/docs/quickstart.md @@ -0,0 +1,18 @@ +# Quick Start + +Setting up PiComply + +1. Follow the installation guide to set up PiComply. +2. Configure the platform by creating a config.json file with the following settings: + +```json +{ + "chainId": 1, + "nodeUrl": "https://mainnet.infura.io/v3/YOUR_PROJECT_ID", + "oracleUrl": "https://oracle.chain.link" +} +``` +## Running PiComply + +1. Start the platform: npm start +2. Access the PiComply dashboard: http://localhost:3000