Node Setup

Act I · Prerequisites · Infrastructure
ACT_I // PRE_IGNITION

System Requirements

Ensure your local hardware meets the following baseline requirements before initiating the sovereign stack.

ACT_II // DEPLOYMENT_SEQUENCE

1. Secure the Perimeter

Clone the Coreframe repository and initialize your local secret vault. Never share your .env file.

# Clone and enter repository
git clone https://github.com/arhantbarmate/nexus-core.git
cd nexus-core

# Create local vault configuration
copy .env.example .env

Note: Paste your Cloudflare Token into .env. Localhost simulation is available without a token.

ACT_II // IGNITION

2. Ignite the Node

Utilize the Sovereign Master Controller to manage the Brain and Vault layers.

Windows: Run start_nexus.bat

Linux/macOS: Run ./start_nexus.sh

# Select Option 1 for Production or Option 3 for Simulation
start_nexus.bat
ACT_II // SURFACE_DEPLOYMENT

3. Build the UI

Engineers compiling the Body from source should target the root base-href.

cd client
flutter build web --release --base-href "/"
ACT_III // VERIFICATION

Integrity Audit

Perform the following protocol checks to ensure the node is NOMINAL.

# Verify write-durability
python scripts/stress_test_1m.py