📦 A step-by-step guide to run Nexus Testnet III Node using Docker.
✅ Works on GitHub Codespaces, Gitpod, and Google Cloud Shell.
This project is actively maintained 💡
Community contributions are welcome 🤝
Released under the MIT License 📄
This guide is tested and works perfectly in:
- ✅ GitHub Codespaces
- ✅ Gitpod
- ✅ Google Cloud Shell
💡 You can run the full setup without installing anything locally. Just open this repository in one of the above cloud environments and follow the steps below.
git clone https://github.com/tesnetra/Nexus-Testnet-III-Node-Docker.git
cd Nexus-Testnet-III-Node-Dockerdocker build -t nexus-dev .docker run -it nexus-devYou will enter the Ubuntu shell with Nexus CLI installed.
nexus-network --helpIf a list of commands appears, Nexus CLI is ready!
nexus-network start --node-id <YOUR_NODE_ID>Replace
<YOUR_NODE_ID>with your node ID from https://app.nexus.xyz/nodes.
If nexus-network: command not found appears:
ls ~/.nexus/bin/or
ls /root/.nexus/bin/If nexus-network is found there, add to PATH:
export PATH="/root/.nexus/bin:$PATH"Or make it permanent:
echo 'export PATH="/root/.nexus/bin:$PATH"' >> ~/.bashrc
source ~/.bashrcFor Gitpod or Codespaces, also add:
echo 'export PATH="$HOME/.nexus/bin:$PATH"' >> ~/.profile
source ~/.profileIf not installed at all:
curl -sSL https://cli.nexus.xyz/ | NONINTERACTIVE=1 shOnce CLI is working, you can start your node with:
nexus-network start --node-id <YOUR_NODE_ID>Replace
<YOUR_NODE_ID>with your node ID from https://app.nexus.xyz/nodes.
feel free to buy me a coffee and support more Web3 content like this! 🙌
EVM (ETH/USDT/BNB/etc):
0x5497A61CF69128C86B7641a79D4af9B20bffAAA3
Solana (SOL):
4r8QKNtFYg4jM8EDedkN3BRGHv3DHyRFPim5DZhb4ULr
Sui:
0xaca47b31f51467a8d4c14be6142cbfd21576328c24de7f0700dd164145329b54
