🧊Shentu Chain

Security-oriented blockchain that enables provable trust for all 🌳 https://linktr.ee/shentuchain

website: https://www.shentu.technology/ x: https://twitter.com/ShentuChain github: https://github.com/shentufoundation/shentu telegram: https://t.me/shentu_chain

Building from source

sudo apt update
sudo apt install -y curl git jq lz4 build-essential

Install 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_profile

Clone project repository

git clone https://github.com/certikfoundation/shentu.git 
cd shentu 
git checkout v2.12.0
make install

Node configuration

Set prunning

Create a service

State-sync

Snapshot (every 6 hours)

Start the service & check logs

Last updated