LayerEdge
No description available
Install / Use
/learn @FurkanL0/LayerEdgeREADME
LayerEdge
| 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;
Fetch Points via CLI ;
-
https://light-node.layeredge.io/api/cli-node/points/walletadress
-
Add from the site ;
-
https://dashboard.layeredge.io/
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Apr 6, 2025
