SkillAgentSearch skills...

LayerEdge

No description available

Install / Use

/learn @FurkanL0/LayerEdge
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LayerEdge

1500x500

| X | Minimum | |------------------|----------------------------| | CPU | X | | RAM | X GB | | Storage | X GB SDD | | Network | X Mbps (1 Gbps+ recommended) |

| Server Provider | Link | Features | |------------------|----------------------------|----------------------------| | Contabo | Link | Cheap / Paypal | | PQ | Link | Cheap / Crypto Payment | | NetCup | Link | Cheap / Paypal |

Port :

  • Mercle : 3001

SETUP

1. Server Update :

sudo apt update -y && sudo apt upgrade -y

2. Install Packages:

sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y

GO ;

wget https://go.dev/dl/go1.22.0.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.22.0.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc
source ~/.bashrc
go version 

Rust ;

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • 1 - Enter.
source $HOME/.cargo/env
rustc --version 

Risc0 Toolchain

curl -L https://risczero.com/install | bash
source "/root/.bashrc"
rzup install
rzup --version

Docker ;

sudo apt install -y docker.io
sudo systemctl enable --now docker
sudo usermod -aG docker $(whoami)
docker --version

LayerEdge ;

git clone https://github.com/Layer-Edge/light-node.git
cd light-node

Configure Environment Variables

  • Change 'cli-node-private-key' with Layeredge Connected Wallet Adress if dosent work delete 0x on the privatekey. ;
nano .env
GRPC_URL=grpc.testnet.layeredge.io:9090
CONTRACT_ADDR=cosmos1ufs3tlq4umljk0qfe8k5ya0x6hpavn897u2cnf9k0en9jr7qarqqt56709
ZK_PROVER_URL=http://127.0.0.1:3001
API_REQUEST_TIMEOUT=100
POINTS_API=https://light-node.layeredge.io
PRIVATE_KEY='cli-node-private-key'

Start the Merkle Service

screen -S merkle
cd risc0-merkle-service
cargo build && cargo run
  • CTRL A + D

Build and Run the LayerEdge Light Node

screen -S layeredge

go build
./light-node

CTRL A + D

  • Save your Public Key when it works;

image

Fetch Points via CLI ;

  • https://light-node.layeredge.io/api/cli-node/points/walletadress

  • Add from the site ;

  • https://dashboard.layeredge.io/

image

<p align="center"> <img src="https://komarev.com/ghpvc/?username=FurkanL0&style=flat-square&color=red&label=Profile+Views+/+Repo+Views+" alt="Repo / Profile Views" /> </p>

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated11mo ago
Forks3

Security Score

57/100

Audited on Apr 6, 2025

No findings