Run cardano-node

Step 1. Clone repo.

git clone https://github.com/Totes5706/cnode.git

Step 2. Go to cnode folder, and run:

chmod +x start-mainnet-node.sh start-testnet-node.sh

Step 3. Run update-config.sh file to update the configuration files from IOHK.

Step 4. Go to plutus-apps folder and open nix-shell

Step 5. Run start-testnet-node.sh or start-mainnet-node.sh.

Last updated