🩶Orai Chain
Delve into our dynamic ecosystem of products within DeFi, NFTs, Identity, Collective Intelligence, Asset Tokenization, Smart Healthcare, and more.
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 $HOME
rm -rf orai
git clone https://github.com/oraichain/orai
cd orai/orai
git checkout v0.41.7-1s-block-time
make installNode configuration
Set prunning
Create a service
Start the service & check logs
Last updated