TechHubs
  • XRPL
  • Structs
  • Airchains
  • Lumera
Powered by GitBook
On this page

Structs

Struct `structstestnet-101` Genesis

Install Go

We will use Go v1.23.4 as example here

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

Install Ignite

rm -rf /usr/local/bin/ignite ~/.ignite
curl https://get.ignite.com/cli@v28.8.1! | bash
ignite version

Install buf

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

Install `structsd`

cd $HOME
git clone https://github.com/playstructs/structsd.git 
cd structsd
ignite chain build

Initialize Node

Please replace TechHubs by YOUR_MONIKER with your own moniker.

structsd init TechHubs --chain-id structstestnet-101

Create key

Please replace by your key.

structsd keys add techhubs

Submit the form

Made by TechHubs

PreviousXRPLNextAirchains

Last updated 2 months ago

If you find a bug in this installation guide, please reach out to our and let us know.

https://t.me/tphat2616
Structs Testnet $alpha Request | NotionSlow Ninja on Notion
Logo