├── 0GLabs-Nodes ├── 0g.sh ├── README.md ├── genesis.json └── setup.sh ├── AirChain-Nodes ├── README.md └── airchains.sh ├── Aligned-Layer ├── README.md ├── aligned-quiz.sh └── aligned.sh ├── Allora-Nodes ├── Allora.sh ├── lora.sh └── tutorial.md ├── Analog-Timechain ├── README.md └── analog.sh ├── Artela-Nodes ├── Artela.sh └── Artela_Nodes_Spesification.md ├── Autonomys-Nodes ├── Autonomys1.sh ├── README.md └── autonomys.sh ├── Axone-Nodes └── axone.sh ├── Aztec-Nodes └── aztec.sh ├── Bitz-Miner └── bitz.sh ├── BlockMesh-Nodes ├── README.md └── blockmesh.sh ├── Blockless-Nodes └── metadata.json ├── Brinxai-Nodes ├── Brinxai.sh ├── README.md └── install.sh ├── Chasm-Nodes ├── README.md └── chasm_wizard.sh ├── Chromium └── chromium.sh ├── Covalent-Nodes ├── README.md └── covalent.sh ├── Cyberfly-Nodes └── cyberfly.sh ├── Cysic-Nodes ├── README.md ├── cysic-aleo.sh └── cysic.sh ├── Dawn-Mining ├── README.md └── dawn.sh ├── Dhill-Nodes ├── README.md ├── dhill-apls.sh └── dhill.sh ├── Dria-Nodes ├── Dria.sh ├── DriaV2.sh └── README.md ├── Drosera-Network ├── README.md └── drosera.sh ├── Eclipse ├── README.md ├── create-token.sh └── eclipse.sh ├── Elixir-V3 ├── README.md └── elixir.sh ├── Empeiria-Nodes ├── README.md └── empeiria.sh ├── Fiamma-Nodes └── fiamma.sh ├── Fractal-Bitcoin-Deploy ├── README.md └── fractal.sh ├── Gaianet-Nodes ├── README.md ├── gaianet.sh └── requests.sh ├── GenLayer-Nodes ├── README.md └── setup.sh ├── Hyperlane-Nodes ├── README.md └── hyperlane.sh ├── Hyperspace-Nodes └── hyperspace.sh ├── Infinit-Contract-Deploy ├── README.md └── infinit.sh ├── InitVerse-Miner └── initverse.sh ├── Inkonchain-Nodes ├── README.md └── ink.sh ├── IntMax-Nodes └── intmax.sh ├── Ithaca-Devnet-Nodes ├── README.md └── ithaca.sh ├── LICENSE ├── Laconic-Nodes ├── README.md └── setup.sh ├── LayerEdge-CLI ├── README.md └── layeredge.sh ├── Memecore-Nodes ├── README.md ├── genesis.json └── memecore.sh ├── Multiple-Nodes └── multiple.sh ├── Nesa-Nodes ├── README.md ├── nesa.sh └── nesaV2.sh ├── Network3-Nodes ├── README.md └── network3.sh ├── Nexus ├── NexusV2.sh ├── README.md ├── nexus.sh ├── nexus_install.sh └── nexus_prover.sh ├── Nillion ├── Nillion-V1.sh ├── Nillion.sh └── README.md ├── Nubit-Nodes ├── nubit.sh └── tutorial.md ├── Ocean-Protocol-Nodes ├── Ocean.sh ├── README.md └── ocean-node-quickstart.sh ├── Octra-Nodes ├── cli.py ├── config.ml ├── env.sh └── octra.sh ├── Ora-Protocol-Nodes ├── README.md └── ora.sh ├── Ore-Miners-V2 ├── README.md └── ore.sh ├── OriginTrail-Nodes └── install.sh ├── PWR-Nodes ├── README.md └── pwr.sh ├── Pingpong ├── README.md └── pingpong.sh ├── Pipe-Nodes └── pipe.sh ├── Privasea-Nodes └── privasea.sh ├── Quai-Network ├── Quai.sh └── README.md ├── README.md ├── RIvalz-Nodes ├── Rivalz.sh └── tutorial.md ├── Rainbow-Protocol-Nodes ├── README.md └── rainbow.sh ├── Recall-CLI ├── README.md └── recall.sh ├── Ritual-Nodes ├── README.md └── ritual.sh ├── Rust-Installer └── rust.sh ├── Sonaric-Nodes ├── README.md └── sonaric.sh ├── Soundness ├── README.md └── soundness.sh ├── StoryProtocol-Nodes ├── README.md └── story.sh ├── SuccintLabs ├── README.md └── install.sh ├── Sunrise-Layer ├── README.md └── sunrise.sh ├── Swisstronik ├── README.md ├── erc20.sh ├── erc721.sh ├── perc20.sh ├── perc721.sh ├── proxy.sh └── swisstronik.sh ├── Symphony-Nodes ├── README.md └── symphony.sh ├── Tern-Light-Nodes ├── README.md ├── executor.sh ├── tern-multi.sh └── tern.sh ├── Titan-Network ├── TitanV1.sh ├── del.sh └── titan.sh ├── Unichain-Contract-Deployment ├── Unichain-Node.sh └── Unichain.sh ├── Vana-Nodes ├── README.md ├── Vana-SixGPT.sh └── vana.sh ├── Volara-Miner ├── README.md ├── Volara-Backup.sh ├── Volara.sh └── volara-mainnet.sh ├── WM ├── LYID_OG_LOGO.png ├── coding.gif ├── gmail.png ├── linkedin.png ├── loader.sh ├── logo.sh ├── python.png └── telegram.png ├── Waku-Nodes ├── README.md └── waku.sh ├── Zenchain-Nodes ├── README.md └── Zenchain.sh ├── Zenrock-Nodes ├── README.md └── Zenrock.sh ├── eOracle-Nodes ├── LOGO.png └── metadata.json └── zkVerify-Nodes └── README.md /0GLabs-Nodes/0g.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/0GLabs-Nodes/0g.sh -------------------------------------------------------------------------------- /0GLabs-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/0GLabs-Nodes/README.md -------------------------------------------------------------------------------- /0GLabs-Nodes/genesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/0GLabs-Nodes/genesis.json -------------------------------------------------------------------------------- /0GLabs-Nodes/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/0GLabs-Nodes/setup.sh -------------------------------------------------------------------------------- /AirChain-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/AirChain-Nodes/README.md -------------------------------------------------------------------------------- /AirChain-Nodes/airchains.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/AirChain-Nodes/airchains.sh -------------------------------------------------------------------------------- /Aligned-Layer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Aligned-Layer/README.md -------------------------------------------------------------------------------- /Aligned-Layer/aligned-quiz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Aligned-Layer/aligned-quiz.sh -------------------------------------------------------------------------------- /Aligned-Layer/aligned.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Aligned-Layer/aligned.sh -------------------------------------------------------------------------------- /Allora-Nodes/Allora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Allora-Nodes/Allora.sh -------------------------------------------------------------------------------- /Allora-Nodes/lora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Allora-Nodes/lora.sh -------------------------------------------------------------------------------- /Allora-Nodes/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Allora-Nodes/tutorial.md -------------------------------------------------------------------------------- /Analog-Timechain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Analog-Timechain/README.md -------------------------------------------------------------------------------- /Analog-Timechain/analog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Analog-Timechain/analog.sh -------------------------------------------------------------------------------- /Artela-Nodes/Artela.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Artela-Nodes/Artela.sh -------------------------------------------------------------------------------- /Artela-Nodes/Artela_Nodes_Spesification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Artela-Nodes/Artela_Nodes_Spesification.md -------------------------------------------------------------------------------- /Autonomys-Nodes/Autonomys1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Autonomys-Nodes/Autonomys1.sh -------------------------------------------------------------------------------- /Autonomys-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Autonomys-Nodes/README.md -------------------------------------------------------------------------------- /Autonomys-Nodes/autonomys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Autonomys-Nodes/autonomys.sh -------------------------------------------------------------------------------- /Axone-Nodes/axone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Axone-Nodes/axone.sh -------------------------------------------------------------------------------- /Aztec-Nodes/aztec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Aztec-Nodes/aztec.sh -------------------------------------------------------------------------------- /Bitz-Miner/bitz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Bitz-Miner/bitz.sh -------------------------------------------------------------------------------- /BlockMesh-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/BlockMesh-Nodes/README.md -------------------------------------------------------------------------------- /BlockMesh-Nodes/blockmesh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/BlockMesh-Nodes/blockmesh.sh -------------------------------------------------------------------------------- /Blockless-Nodes/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Blockless-Nodes/metadata.json -------------------------------------------------------------------------------- /Brinxai-Nodes/Brinxai.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Brinxai-Nodes/Brinxai.sh -------------------------------------------------------------------------------- /Brinxai-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Brinxai-Nodes/README.md -------------------------------------------------------------------------------- /Brinxai-Nodes/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Brinxai-Nodes/install.sh -------------------------------------------------------------------------------- /Chasm-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Chasm-Nodes/README.md -------------------------------------------------------------------------------- /Chasm-Nodes/chasm_wizard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Chasm-Nodes/chasm_wizard.sh -------------------------------------------------------------------------------- /Chromium/chromium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Chromium/chromium.sh -------------------------------------------------------------------------------- /Covalent-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Covalent-Nodes/README.md -------------------------------------------------------------------------------- /Covalent-Nodes/covalent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Covalent-Nodes/covalent.sh -------------------------------------------------------------------------------- /Cyberfly-Nodes/cyberfly.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Cyberfly-Nodes/cyberfly.sh -------------------------------------------------------------------------------- /Cysic-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Cysic-Nodes/README.md -------------------------------------------------------------------------------- /Cysic-Nodes/cysic-aleo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Cysic-Nodes/cysic-aleo.sh -------------------------------------------------------------------------------- /Cysic-Nodes/cysic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Cysic-Nodes/cysic.sh -------------------------------------------------------------------------------- /Dawn-Mining/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dawn-Mining/README.md -------------------------------------------------------------------------------- /Dawn-Mining/dawn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dawn-Mining/dawn.sh -------------------------------------------------------------------------------- /Dhill-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dhill-Nodes/README.md -------------------------------------------------------------------------------- /Dhill-Nodes/dhill-apls.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dhill-Nodes/dhill-apls.sh -------------------------------------------------------------------------------- /Dhill-Nodes/dhill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dhill-Nodes/dhill.sh -------------------------------------------------------------------------------- /Dria-Nodes/Dria.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dria-Nodes/Dria.sh -------------------------------------------------------------------------------- /Dria-Nodes/DriaV2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dria-Nodes/DriaV2.sh -------------------------------------------------------------------------------- /Dria-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Dria-Nodes/README.md -------------------------------------------------------------------------------- /Drosera-Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Drosera-Network/README.md -------------------------------------------------------------------------------- /Drosera-Network/drosera.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Drosera-Network/drosera.sh -------------------------------------------------------------------------------- /Eclipse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Eclipse/README.md -------------------------------------------------------------------------------- /Eclipse/create-token.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Eclipse/create-token.sh -------------------------------------------------------------------------------- /Eclipse/eclipse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Eclipse/eclipse.sh -------------------------------------------------------------------------------- /Elixir-V3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Elixir-V3/README.md -------------------------------------------------------------------------------- /Elixir-V3/elixir.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Elixir-V3/elixir.sh -------------------------------------------------------------------------------- /Empeiria-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Empeiria-Nodes/README.md -------------------------------------------------------------------------------- /Empeiria-Nodes/empeiria.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Empeiria-Nodes/empeiria.sh -------------------------------------------------------------------------------- /Fiamma-Nodes/fiamma.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Fiamma-Nodes/fiamma.sh -------------------------------------------------------------------------------- /Fractal-Bitcoin-Deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Fractal-Bitcoin-Deploy/README.md -------------------------------------------------------------------------------- /Fractal-Bitcoin-Deploy/fractal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Fractal-Bitcoin-Deploy/fractal.sh -------------------------------------------------------------------------------- /Gaianet-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Gaianet-Nodes/README.md -------------------------------------------------------------------------------- /Gaianet-Nodes/gaianet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Gaianet-Nodes/gaianet.sh -------------------------------------------------------------------------------- /Gaianet-Nodes/requests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Gaianet-Nodes/requests.sh -------------------------------------------------------------------------------- /GenLayer-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/GenLayer-Nodes/README.md -------------------------------------------------------------------------------- /GenLayer-Nodes/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/GenLayer-Nodes/setup.sh -------------------------------------------------------------------------------- /Hyperlane-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Hyperlane-Nodes/README.md -------------------------------------------------------------------------------- /Hyperlane-Nodes/hyperlane.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Hyperlane-Nodes/hyperlane.sh -------------------------------------------------------------------------------- /Hyperspace-Nodes/hyperspace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Hyperspace-Nodes/hyperspace.sh -------------------------------------------------------------------------------- /Infinit-Contract-Deploy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Infinit-Contract-Deploy/README.md -------------------------------------------------------------------------------- /Infinit-Contract-Deploy/infinit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Infinit-Contract-Deploy/infinit.sh -------------------------------------------------------------------------------- /InitVerse-Miner/initverse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/InitVerse-Miner/initverse.sh -------------------------------------------------------------------------------- /Inkonchain-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Inkonchain-Nodes/README.md -------------------------------------------------------------------------------- /Inkonchain-Nodes/ink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Inkonchain-Nodes/ink.sh -------------------------------------------------------------------------------- /IntMax-Nodes/intmax.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/IntMax-Nodes/intmax.sh -------------------------------------------------------------------------------- /Ithaca-Devnet-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ithaca-Devnet-Nodes/README.md -------------------------------------------------------------------------------- /Ithaca-Devnet-Nodes/ithaca.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ithaca-Devnet-Nodes/ithaca.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/LICENSE -------------------------------------------------------------------------------- /Laconic-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Laconic-Nodes/README.md -------------------------------------------------------------------------------- /Laconic-Nodes/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Laconic-Nodes/setup.sh -------------------------------------------------------------------------------- /LayerEdge-CLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/LayerEdge-CLI/README.md -------------------------------------------------------------------------------- /LayerEdge-CLI/layeredge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/LayerEdge-CLI/layeredge.sh -------------------------------------------------------------------------------- /Memecore-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Memecore-Nodes/README.md -------------------------------------------------------------------------------- /Memecore-Nodes/genesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Memecore-Nodes/genesis.json -------------------------------------------------------------------------------- /Memecore-Nodes/memecore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Memecore-Nodes/memecore.sh -------------------------------------------------------------------------------- /Multiple-Nodes/multiple.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Multiple-Nodes/multiple.sh -------------------------------------------------------------------------------- /Nesa-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nesa-Nodes/README.md -------------------------------------------------------------------------------- /Nesa-Nodes/nesa.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nesa-Nodes/nesa.sh -------------------------------------------------------------------------------- /Nesa-Nodes/nesaV2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nesa-Nodes/nesaV2.sh -------------------------------------------------------------------------------- /Network3-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Network3-Nodes/README.md -------------------------------------------------------------------------------- /Network3-Nodes/network3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Network3-Nodes/network3.sh -------------------------------------------------------------------------------- /Nexus/NexusV2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nexus/NexusV2.sh -------------------------------------------------------------------------------- /Nexus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nexus/README.md -------------------------------------------------------------------------------- /Nexus/nexus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nexus/nexus.sh -------------------------------------------------------------------------------- /Nexus/nexus_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nexus/nexus_install.sh -------------------------------------------------------------------------------- /Nexus/nexus_prover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nexus/nexus_prover.sh -------------------------------------------------------------------------------- /Nillion/Nillion-V1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nillion/Nillion-V1.sh -------------------------------------------------------------------------------- /Nillion/Nillion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nillion/Nillion.sh -------------------------------------------------------------------------------- /Nillion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nillion/README.md -------------------------------------------------------------------------------- /Nubit-Nodes/nubit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nubit-Nodes/nubit.sh -------------------------------------------------------------------------------- /Nubit-Nodes/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Nubit-Nodes/tutorial.md -------------------------------------------------------------------------------- /Ocean-Protocol-Nodes/Ocean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ocean-Protocol-Nodes/Ocean.sh -------------------------------------------------------------------------------- /Ocean-Protocol-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ocean-Protocol-Nodes/README.md -------------------------------------------------------------------------------- /Ocean-Protocol-Nodes/ocean-node-quickstart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ocean-Protocol-Nodes/ocean-node-quickstart.sh -------------------------------------------------------------------------------- /Octra-Nodes/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Octra-Nodes/cli.py -------------------------------------------------------------------------------- /Octra-Nodes/config.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Octra-Nodes/config.ml -------------------------------------------------------------------------------- /Octra-Nodes/env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Octra-Nodes/env.sh -------------------------------------------------------------------------------- /Octra-Nodes/octra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Octra-Nodes/octra.sh -------------------------------------------------------------------------------- /Ora-Protocol-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ora-Protocol-Nodes/README.md -------------------------------------------------------------------------------- /Ora-Protocol-Nodes/ora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ora-Protocol-Nodes/ora.sh -------------------------------------------------------------------------------- /Ore-Miners-V2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ore-Miners-V2/README.md -------------------------------------------------------------------------------- /Ore-Miners-V2/ore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ore-Miners-V2/ore.sh -------------------------------------------------------------------------------- /OriginTrail-Nodes/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/OriginTrail-Nodes/install.sh -------------------------------------------------------------------------------- /PWR-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/PWR-Nodes/README.md -------------------------------------------------------------------------------- /PWR-Nodes/pwr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/PWR-Nodes/pwr.sh -------------------------------------------------------------------------------- /Pingpong/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Pingpong/README.md -------------------------------------------------------------------------------- /Pingpong/pingpong.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Pingpong/pingpong.sh -------------------------------------------------------------------------------- /Pipe-Nodes/pipe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Pipe-Nodes/pipe.sh -------------------------------------------------------------------------------- /Privasea-Nodes/privasea.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Privasea-Nodes/privasea.sh -------------------------------------------------------------------------------- /Quai-Network/Quai.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Quai-Network/Quai.sh -------------------------------------------------------------------------------- /Quai-Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Quai-Network/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/README.md -------------------------------------------------------------------------------- /RIvalz-Nodes/Rivalz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/RIvalz-Nodes/Rivalz.sh -------------------------------------------------------------------------------- /RIvalz-Nodes/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/RIvalz-Nodes/tutorial.md -------------------------------------------------------------------------------- /Rainbow-Protocol-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Rainbow-Protocol-Nodes/README.md -------------------------------------------------------------------------------- /Rainbow-Protocol-Nodes/rainbow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Rainbow-Protocol-Nodes/rainbow.sh -------------------------------------------------------------------------------- /Recall-CLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Recall-CLI/README.md -------------------------------------------------------------------------------- /Recall-CLI/recall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Recall-CLI/recall.sh -------------------------------------------------------------------------------- /Ritual-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ritual-Nodes/README.md -------------------------------------------------------------------------------- /Ritual-Nodes/ritual.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Ritual-Nodes/ritual.sh -------------------------------------------------------------------------------- /Rust-Installer/rust.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Rust-Installer/rust.sh -------------------------------------------------------------------------------- /Sonaric-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Sonaric-Nodes/README.md -------------------------------------------------------------------------------- /Sonaric-Nodes/sonaric.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Sonaric-Nodes/sonaric.sh -------------------------------------------------------------------------------- /Soundness/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Soundness/README.md -------------------------------------------------------------------------------- /Soundness/soundness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Soundness/soundness.sh -------------------------------------------------------------------------------- /StoryProtocol-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/StoryProtocol-Nodes/README.md -------------------------------------------------------------------------------- /StoryProtocol-Nodes/story.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/StoryProtocol-Nodes/story.sh -------------------------------------------------------------------------------- /SuccintLabs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/SuccintLabs/README.md -------------------------------------------------------------------------------- /SuccintLabs/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/SuccintLabs/install.sh -------------------------------------------------------------------------------- /Sunrise-Layer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Sunrise-Layer/README.md -------------------------------------------------------------------------------- /Sunrise-Layer/sunrise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Sunrise-Layer/sunrise.sh -------------------------------------------------------------------------------- /Swisstronik/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/README.md -------------------------------------------------------------------------------- /Swisstronik/erc20.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/erc20.sh -------------------------------------------------------------------------------- /Swisstronik/erc721.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/erc721.sh -------------------------------------------------------------------------------- /Swisstronik/perc20.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/perc20.sh -------------------------------------------------------------------------------- /Swisstronik/perc721.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/perc721.sh -------------------------------------------------------------------------------- /Swisstronik/proxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/proxy.sh -------------------------------------------------------------------------------- /Swisstronik/swisstronik.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Swisstronik/swisstronik.sh -------------------------------------------------------------------------------- /Symphony-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Symphony-Nodes/README.md -------------------------------------------------------------------------------- /Symphony-Nodes/symphony.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Symphony-Nodes/symphony.sh -------------------------------------------------------------------------------- /Tern-Light-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Tern-Light-Nodes/README.md -------------------------------------------------------------------------------- /Tern-Light-Nodes/executor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Tern-Light-Nodes/executor.sh -------------------------------------------------------------------------------- /Tern-Light-Nodes/tern-multi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Tern-Light-Nodes/tern-multi.sh -------------------------------------------------------------------------------- /Tern-Light-Nodes/tern.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Tern-Light-Nodes/tern.sh -------------------------------------------------------------------------------- /Titan-Network/TitanV1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Titan-Network/TitanV1.sh -------------------------------------------------------------------------------- /Titan-Network/del.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Titan-Network/del.sh -------------------------------------------------------------------------------- /Titan-Network/titan.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Titan-Network/titan.sh -------------------------------------------------------------------------------- /Unichain-Contract-Deployment/Unichain-Node.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Unichain-Contract-Deployment/Unichain-Node.sh -------------------------------------------------------------------------------- /Unichain-Contract-Deployment/Unichain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Unichain-Contract-Deployment/Unichain.sh -------------------------------------------------------------------------------- /Vana-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Vana-Nodes/README.md -------------------------------------------------------------------------------- /Vana-Nodes/Vana-SixGPT.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Vana-Nodes/Vana-SixGPT.sh -------------------------------------------------------------------------------- /Vana-Nodes/vana.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Vana-Nodes/vana.sh -------------------------------------------------------------------------------- /Volara-Miner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Volara-Miner/README.md -------------------------------------------------------------------------------- /Volara-Miner/Volara-Backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Volara-Miner/Volara-Backup.sh -------------------------------------------------------------------------------- /Volara-Miner/Volara.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Volara-Miner/Volara.sh -------------------------------------------------------------------------------- /Volara-Miner/volara-mainnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Volara-Miner/volara-mainnet.sh -------------------------------------------------------------------------------- /WM/LYID_OG_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/LYID_OG_LOGO.png -------------------------------------------------------------------------------- /WM/coding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/coding.gif -------------------------------------------------------------------------------- /WM/gmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/gmail.png -------------------------------------------------------------------------------- /WM/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/linkedin.png -------------------------------------------------------------------------------- /WM/loader.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/loader.sh -------------------------------------------------------------------------------- /WM/logo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/logo.sh -------------------------------------------------------------------------------- /WM/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/python.png -------------------------------------------------------------------------------- /WM/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/WM/telegram.png -------------------------------------------------------------------------------- /Waku-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Waku-Nodes/README.md -------------------------------------------------------------------------------- /Waku-Nodes/waku.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Waku-Nodes/waku.sh -------------------------------------------------------------------------------- /Zenchain-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Zenchain-Nodes/README.md -------------------------------------------------------------------------------- /Zenchain-Nodes/Zenchain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Zenchain-Nodes/Zenchain.sh -------------------------------------------------------------------------------- /Zenrock-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Zenrock-Nodes/README.md -------------------------------------------------------------------------------- /Zenrock-Nodes/Zenrock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/Zenrock-Nodes/Zenrock.sh -------------------------------------------------------------------------------- /eOracle-Nodes/LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/eOracle-Nodes/LOGO.png -------------------------------------------------------------------------------- /eOracle-Nodes/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/eOracle-Nodes/metadata.json -------------------------------------------------------------------------------- /zkVerify-Nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rmndkyl/MandaNode/HEAD/zkVerify-Nodes/README.md --------------------------------------------------------------------------------