Skip to main content

Prepare the project

Prepare the blockchain component

cd rell

Start the blockchain component

chr node start

Prepare the PySpark component

cd pyspark

Populate the .env file with the following values

POSTCHAIN_TEST_NODE=http://localhost:7740
BLOCKCHAIN_TEST_RID=brid # This can be found in the terminal of the running chr node
PRIV_KEY=your_private_key # Enter the private key of the signer here