This repository maintains the node binaries and installation scripts for:
- GateChain: A novel next-generation public blockchain focused on onchain asset safety.
- GateLayer: The Layer 2 scaling solution for GateChain.
We have a installer script (install.sh) that takes care of chain directory setup. This uses the following defaults:
- Home folder in ~/.gated
- Executable file is located at "/usr/local/bin"(that is:"gated" "gatecli")
# One-line install
bash <(wget -qO- https://raw.githubusercontent.com/gatechain/node-binary/master/gatechain/mainnet/node/install.sh)
You can also run GateChain node using Docker. We provide official Docker images for easy deployment.
# Pull the latest GateChain node image
docker pull ghcr.io/gatechain/node-binary/gatechain:latestWe use the repository to store historical versions of the compiled node binary file for the time being.
GateLayer is the Layer 2 solution for GateChain.
We provide Docker Compose configurations for running GateLayer nodes.