🩶Fetch Chain
Creating AI platforms and services that let anyone build and deploy AI services at scale, anytime and anywhere.
website: https://fetch.ai/ x: https://twitter.com/Fetch_ai linktr.ee: https://linktr.ee/fetch_ai
Building from source
sudo apt update
sudo apt install -y curl git jq lz4 build-essentialInstall go
sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.5.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
source .bash_profileClone project repository
cd || return
rm -rf fetch
git clone https://github.com/fetchai/fetchd fetch
cd fetch || return
git checkout v0.10.7
make installNode configuration
Set prunning
Create a service
Start the service & check logs
Last updated