sudo rm -rvf /usr/local/go/
wget https://golang.org/dl/go1.23.4.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz
rm go1.23.4.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin:~/go/bin" >> ~/.bashrc
source $HOME/.bashrc
go version
rm -rf /usr/local/bin/ignite ~/.ignite
curl https://get.ignite.com/cli@v28.8.1! | bash
ignite version
curl -sSL https://github.com/bufbuild/buf/releases/latest/download/buf-Linux-x86_64 -o /usr/local/bin/buf
chmod +x /usr/local/bin/buf
export PATH=$PATH:/usr/local/bin
buf --version
cd $HOME
git clone https://github.com/playstructs/structsd.git
cd structsd
ignite chain build
Please replace TechHubs by YOUR_MONIKER with your own moniker.
structsd init TechHubs --chain-id structstestnet-101
Please replace by your key.
structsd keys add techhubs