Quick Start

Quick start guide for developing on GEB

Quick Overview

GEB is a theoretical paradigm that aims to address core issues in current blockchain technology by combining Bitcoin's fundamental design principles with new technological innovations, providing a fresh perspective for the development of intelligent cryptocurrencies.

Here are some problems of the current blockchain technology:

  • Energy-Secure Commercial Closed Loop Disruption: Bitcoin's PoW created a computational power-based value response system forming a complete energy-secure commercial loop. Newer projects switching to PoS disrupt this relationship.

  • Consensus Quantification Without True Decentralization: Bitcoin's PoW is a computing-based, non-sequential filtering process that achieves true decentralization, while newer blockchains using predetermined voting rules lose this self-organizing feature.

  • Violation of Individual Decentralization Principles: Bitcoin's UTXO model ensures each transaction unit's independence, while newer blockchains use centralized account models with global state tree structures, abandoning individual decentralization foundations.

GEB has some key aspects to solve the problems:

Four Core Components:

  • Individual Model: Based on Bitcoin's UTXO model, where each transaction unit maintains independence and sovereignty without relying on global state

  • λ Calculus: A stateless functional transaction model ensuring distributed computation

  • Consensus Algorithm: Uses Bitcoin-style Proof of Work for emergent distributed consensus

  • Consensus Perception Algorithm: Maps external energy input to value output, maintaining energy conservation

Dual-layer Consensus Architecture:

  • Mother Consensus: Inherits Bitcoin network's core design for security and stability

  • Sub Consensus (Agere Consensus): Path for future intelligent development

Innovative Value:

  • Strict adherence to conservation of energy principles

  • Maintains emergent properties of decentralization

  • Achieves true distributed autonomy

  • Establishes complete business closed loop

The GEB paradigm advocates for system designs that maintain energy conservation and decentralization properties while enabling advanced functionality through its dual-layer architecture.

Network Configurations

Parameter
Value

Network name

GEB Mainnet

Type

Mainnet

Native Asset Symbol

BTC

Decimal

18

Chain-ID

11501

RPC Endpoint

https://rpc-mainnet-1.geb.network https://rpc-mainnet-2.geb.network

WebSocket

wss://rpc-mainnet-1.geb.network

wss://rpc-mainnet-2.geb.network

Development Tools

You can engage in comprehensive interactions with GEB using the Ethereum API and Substrate API. We have listed some partnership dev tools here for your quick check. GEB employs the same account system as Ethereum, and your mnemonic phrase and private key are interchangeable with your Ethereum account. Consequently, you can use Metamask or other wallets fully compatible with Ethereum to interact with GEB.

Last updated