How to install agent-substrate/substrate. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
agent-substrate/substrate Installation Guide
How to install agent-substrate/substrate. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for agent-substrate/substrate. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i agent-substrate/substrateor
Install via npx
npx @hexmos/ipm i agent-substrate/substratePrerequisites
Go
programming-languageVersion: >=1.20
kubectl
clidocker
containerizationkind
kubernetes-toolgcloud
cliManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quickstart (Development)
git clone https://github.com/agent-substrate/substrate.git
cd substrate
hack/create-kind-cluster.sh
hack/install-ate-kind.sh --deploy-ate-system
hack/install-ate-kind.sh --deploy-demo-counter
go install ./cmd/kubectl-ate
kubectl ate create atespace demo
kubectl ate create actor my-counter-1 -a demo --template=ate-demo-counter/counter
kubectl port-forward -n ate-system svc/atenet-router 8000:80GKE Quickstart (Development)
git clone https://github.com/agent-substrate/substrate.git
cd substrate
cp hack/ate-dev-env.sh.example .ate-dev-env.sh
source .ate-dev-env.sh
gcloud auth application-default login --project=${PROJECT_ID}
go run ./tools/setup-gcp bootstrap
./hack/install-ate.sh --deploy-ate-system
./hack/install-ate.sh --deploy-demo-counter