🩶Orai Chain

Delve into our dynamic ecosystem of products within DeFi, NFTs, Identity, Collective Intelligence, Asset Tokenization, Smart Healthcare, and more.

website: https://orai.io/ x: https://twitter.com/oraichain telegram: https://t.me/oraichain_official

Public Endpoints: RPC: https://orai-rpc.validatorvn.com API: https://orai-api.validatorvn.com gRPC: orai-grpc.validatorvn.com StateSync: Enable

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

cd $HOME
rm -rf orai
git clone https://github.com/oraichain/orai
cd orai/orai
git checkout v0.41.7-1s-block-time
make install

Node configuration

Set prunning

Create a service

Start the service & check logs

Last updated