Skip to content

FlutterDev BlockchainPrivate Ethereum Platform

개발 및 테스트를 위한 Private Ethereum 블록체인 플랫폼

서비스 URL

서비스URL설명
Landing Pagehttps://flutterdev.online메인 랜딩 페이지
Admin Panelhttps://flutterdev.online/admin지갑 관리, 트랜잭션, 봇 제어
Block Explorerhttps://scan.flutterdev.online블록/트랜잭션 탐색기 (Blockscout)
Remix IDEhttps://remix.flutterdev.online스마트 컨트랙트 개발 환경
RPC Endpointhttps://rpc.flutterdev.onlineJSON-RPC API (HTTPS)
FlutterDexhttps://dex.flutterdev.onlineDEX 토큰 스왑
FlutterLendhttps://lending.flutterdev.onlineDeFi 대출/예금

네트워크 정보

항목
Network NameFlutterDev Private Chain
Chain ID3151908 (0x301824)
CurrencyETH
Block Time~2 seconds
ConsensusProof of Stake
Validators2

문서 목록

기본 가이드

DeFi 서비스

아키텍처

┌─────────────────────────────────────────────────────────────┐
│                     Nginx Reverse Proxy                      │
│     flutterdev.online | scan. | remix. | rpc.               │
│                    (Let's Encrypt SSL)                       │
└─────────────────────────────────────────────────────────────┘

    ┌────────────┬────────────┼────────────┬────────────┐
    │            │            │            │            │
    ▼            ▼            ▼            ▼            ▼
┌────────┐ ┌─────────┐ ┌───────────┐ ┌─────────┐ ┌─────────┐
│Landing │ │  Admin  │ │ Blockscout│ │  Remix  │ │   RPC   │
│  Page  │ │  Panel  │ │ Explorer  │ │   IDE   │ │  Proxy  │
└────────┘ └─────────┘ └───────────┘ └─────────┘ └─────────┘
               │            │                         │
               ▼            │                         │
          ┌─────────┐       │                         │
          │Admin API│       │                         │
          │ + Bot   │       │                         │
          │ Backend │       │                         │
          └─────────┘       │                         │
               │            │                         │
               └────────────┴─────────────────────────┘


        ┌─────────────────────────────────────────────┐
        │         Kurtosis Ethereum Network            │
        │       (kt-howling-swamp Docker Network)      │
        │                                              │
        │  ┌─────────────┐       ┌─────────────────┐  │
        │  │    Geth     │◄─────►│   Lighthouse    │  │
        │  │ (Execution) │       │   (Consensus)   │  │
        │  │  RPC:8545   │       │  Beacon:4000    │  │
        │  └─────────────┘       └─────────────────┘  │
        │                                              │
        │            Validators: 2                     │
        └─────────────────────────────────────────────┘

디렉토리 구조

/home/blockchain/
├── admin-api/           # Admin API 서버 (Express.js)
├── admin-panel/         # Admin Panel (Next.js)
├── blockscout/          # Block Explorer
├── bot-backend/         # Bot API 서버
├── remix-ide/           # Remix IDE Docker
├── landing/             # 랜딩 페이지
├── docs/                # 문서
├── network_params.yaml  # Kurtosis 네트워크 설정
└── address.md           # 지갑 주소 정보

빠른 시작

MetaMask 네트워크 추가

  1. MetaMask 열기
  2. 네트워크 추가 클릭
  3. 다음 정보 입력:
항목
네트워크 이름FlutterDev Private Chain
RPC URLhttps://rpc.flutterdev.online
Chain ID3151908
통화 기호ETH
블록 탐색기https://scan.flutterdev.online

테스트 지갑

Admin Panel (https://flutterdev.online/admin)에서 프리펀드된 지갑 확인 가능

  • 각 지갑에 10억 ETH 프리펀드됨
  • Private Key를 복사하여 MetaMask에 가져오기 가능

기술 스택

카테고리기술
BlockchainGeth + Lighthouse (Kurtosis)
FrontendNext.js, React, TailwindCSS
BackendExpress.js, Node.js
DatabasePostgreSQL
ExplorerBlockscout
IDERemix IDE
ProxyNginx + Let's Encrypt SSL
ContainerDocker, Docker Compose

FlutterDev Private Blockchain Platform