0xytoken / starknet-pathfinder-install-script

A script to effortlessly install and run a StarkNet node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starknet Pathfinder Installation Script

An Easy as 🥧 installation guide.

  1. Clone this repository.

    git clone https://github.com/nmuegge/starknet-pathfinder-install-script.git
  2. Enter the repository.

    cd starknet-pathfinder-install-script
  3. Copy the script to your instance and make it executable.

    scp install_starknet_pathfinder_node.sh root@IP_ADDRESS:/root/
  4. Enter your instance.

    ssh root@IP_ADDRESS
  5. Make the script executable.

    chmod -x install_starknet_pathfinder_node.sh
  6. Watch the magic unfold 🧙‍🪄

    ./install_starknet_pathfinder_node.sh

 

Et Voilà! ✨

 

Welcome to the ZK Crypto Revolution!

      You are awesome! Be proud of yourself for supporting #decentralization and #accessibility!

      👇 Share your success with us in the StarkNet discord channel #full-node-success 👇

      Join our Discord server!

About

A script to effortlessly install and run a StarkNet node

License:MIT License


Languages

Language:Shell 100.0%