Code

For this example, repositories will be located in ~/go/src/github.com/akash-network. Create directory if it does not already exist via:

mkdir -p ~/go/src/github.com/akash-network

Clone Akash Node and Provider Repositories

NOTE - all commands in the remainder of this guide assume a current directory of ~/go/src/github.com/akash-networkunless stated otherwise.

Terminal window
cd ~/go/src/github.com/akash-network
git clone https://github.com/akash-network/node.git
git clone https://github.com/akash-network/provider.git

Allow Direnv Management of Provider Directory

cd provider
direnv allow
footer-logo-dark

© Akash Network 2024 The Akash Network Authors Documentation Distributed under CC BY 4.0

Open-source Apache 2.0 Licensed.

GitHub v0.20.0

Privacy