Skip to main content
Devnet

Connect to 7aychain

The 7aychain devnet is live with 6 nodes, 16 core modules, and the full Proof of Presence stack. Clone, build, and start building.

Quick Start

Up and running in three steps

1Clone the repository
git clone https://github.com/7ayLabs/7aychain.git
cd 7aychain
2Build the node
cargo build --release
3Run a dev node
./target/release/seveny-node --dev
Network Info

Devnet configuration

Connection

RPC Endpoint
ws://127.0.0.1:9944
Chain Spec
local_testnet
Spec Version
111
Binary
seveny-node
SDK
polkadot-stable2503

Pre-funded Accounts

All development accounts (Alice through Ferdie) come pre-funded with test tokens for immediate use.

AliceBobCharlieDaveEveFerdie
Multi-Node Setup

6-Node Network Setup

Run a full 6-validator devnet locally. Alice runs as the native boot node; remaining validators run via Docker in hybrid mode.

NodeRPC PortRole
Alice9944Boot node
Bob9945Validator
Charlie9946Validator
Dave9947Validator
Eve9948Validator
Ferdie9949Validator

Docker hybrid mode

# Start Alice natively
./target/release/seveny-node \
  --chain local \
  --alice \
  --port 30333 \
  --rpc-port 9944 \
  --validator

# Start remaining nodes via Docker
docker-compose up bob charlie dave eve ferdie
Laud Networks CLI

Interact with Every Module

The Laud Networks CLI is a Python-based interface for interacting with all 16 7aychain modules directly from the command line.

Installation

pip install substrate-interface
python3 laud-cli.py
ModuleOperations
presencedeclare, commit, reveal, query status
epochcurrent epoch, history, config
validatorregister, activate, stake, slash info
pbtmint, bind, verify position-bound tokens
triangulationsubmit latency, compute position, verify
disputeopen, submit evidence, vote, resolve
deviceregister, scan, attest, revoke
lifecyclequery state, transition, finalize
vaultcreate, deposit, share, recover
zkgenerate proof, verify, migrate circuit
governancepropose, vote, execute, cancel
semanticlink entities, query graph, unlink
boomerangcreate proof, verify return, query
autonomousdetect anomaly, report, query status
octopuscreate group, join, leave, query
storagestore, retrieve, pin, unpin
Hardware

System requirements

SpecMinimumRecommended
CPU Cores4 cores8+ cores
RAM8 GB16 GB
Storage50 GB SSD100 GB NVMe
Network10 Mbps100+ Mbps
Explorer

Connect with Polkadot.js Apps

Use the Polkadot.js Apps interface to explore blocks, submit extrinsics, and query chain state on the 7aychain devnet.

  1. Navigate to polkadot.js.org/apps
  2. Click the network selector (top-left)
  3. Choose "Development" → "Local Node"
  4. Set the endpoint to ws://127.0.0.1:9944
  5. Click "Switch" to connect

What you can do

  • Browse blocks and extrinsics in real time
  • Submit presence declarations and verifications
  • Query module storage (presence, validator, etc.)
  • Monitor validator staking and slashing events
  • Inspect ZK proof submissions and verification results

Ready to build on 7aychain?

Explore the source code, run a local node, and start building on Proof of Presence.

Join the Presence Economy

Protocol milestones, validator updates, and early access drops — delivered to those who show up first.

Get Protocol Updates

Signal only. No noise. Unsubscribe anytime.