🧊Aura Network

Aura Network is a high performance Layer 1 ecosystem with built-in modularity, leading the mass adoption of Web3 in emerging markets.

website: https://aura.network/ x: https://twitter.com/AuraNetworkHQ github: https://github.com/aura-nw telegram: https://t.me/AuraNetworkOfficial

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 && rm -rf aura
git clone https://github.com/aura-nw/aura
cd aura
git checkout v0.7.3

Node configuration

Set prunning

Create a service

Start the service & check logs

Last updated