🧊Elys Network

NextGen oracle-based decentralized perpetual trading and lending platform featuring native #USDC. Premier UX, low fees, scalable. Powered by #Cosmos SDK ⚛️

website: https://elys.network/ x: https://twitter.com/elys_network discord: https://discord.com/invite/elysnetwork linktr.ee: https://linktr.ee/elysnetwork

Public Endpoints:

RPC: https://elys-rpc.validatorvn.com
API: https://elys-api.validatorvn.com
gRPC: elys-grpc.validatorvn.com:443

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/elys-network/elys elys
cd elys
git checkout v1.0.0
make install

Node configuration

Set prunning

Create a service

Start the service & check logs

State Sync

Last updated