🧊Nibiru Chain

The Web3 hub ushering in the next era of money. Nibiru is an L1 blockchain powering a smart contract hub with DeFi, RWAs, and more. https://nibiru.fi

website: https://nibiru.fi/ x: https://twitter.com/NibiruChain discord: https://discord.com/invite/nibirufi link tr.ee: https://linktr.ee/nibiruchain

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/NibiruChain/nibiru.git
cd nibiru
git checkout v1.3.0
make install

Node configuration

Set prunning

Create a service

Start the service & check logs

Last updated