Getting Started

Welcome to the ENERGY Blockchain documentation. Get up and running with our platform in minutes.

Quick Start Guide

# Install ENERGY CLI
npm install -g @energy/cli

# Initialize new project
energy init my-energy-dapp

# Deploy to testnet
energy deploy --network testnet

Prerequisites

  • Node.js 16.0 or higher
  • npm or yarn package manager
  • Basic understanding of blockchain concepts

Installation

System Requirements

Minimum 8GB RAM, 100GB SSD, Ubuntu 20.04 or higher

Option 1: Docker Installation

docker pull energy/node:latest
docker run -d -p 9944:9944 energy/node:latest

Option 2: Build from Source

git clone https://github.com/energy-blockchain/node
cd node && cargo build --release
./target/release/energy-node --chain mainnet