Nine Chronicles
  • INTRO
    • 😺Nine Chronicles
    • πŸ•ΉοΈGame Contents
      • πŸ—ΊοΈAdventure
      • βš”οΈArena :: PvP Competition
      • 😈World Boss :: Raid
      • πŸ—ΌAdventure Boss
      • πŸ“šCollection
      • 🎟️Season Pass
      • 🎁Patrol Rewards
      • ⏳Time & Block
    • πŸ’²Shop
    • βš”οΈItems
      • Equipment
        • Item Crafting
        • Item Upgrading
      • Grimoire
      • Rune
      • Costumes & Titles
      • Consumables
      • Materials
    • 🐈D:CC Nine Chronicles PFP
    • πŸ›£οΈRoadmap
      • 2024 Roadmap
      • 2023 Roadmap
      • 2022 Roadmap
      • Completed Milestones
    • πŸš€Release Notes
  • Tokenomics
    • ✨NCG Economic System
    • πŸͺ™What is NCG
    • πŸ’°Staking Model
    • πŸ“ˆReward Model
    • πŸ”„Swap NCG to WNCG
    • πŸͺ¨Crystals
  • Community
    • πŸ‘¬Join
    • πŸ’‘Support Program
      • Ecosystem Support Program
      • Software Grant Program
      • NCIPs
      • Media Kit
      • Community Generated Contents
  • Technology
    • For Developers
    • 🌎Libplanet
  • GUIDE
    • ✈️How to play
      • Installation Guide
    • ❔FAQs
      • πŸ“±Mobile / Back up your private key
      • πŸ—„οΈPC / Back up your private key
      • πŸ–₯️Import your mobile account to PC
      • πŸ”Restoring your Account with Private Key
    • 🌊Nine Chronicles Portal
      • Connect Nine Chronicles address to the portal
      • How to connect multiple account providers
      • Recover your portal access
      • Redeem code
      • Patron
      • In case you pre-registered with Discord or Twitter
      • How to send WNCG to Heimdall
  • Planetarium Labs
    • πŸ«‚Team
    • πŸ§‘β€πŸ«Partners
  • Legal Documents
    • βš–οΈTerms of service
    • πŸ”Privacy Policy
    • πŸ’³Refund Policy
  • 법λ₯ λ¬Έμ„œ (λŒ€ν•œλ―Όκ΅­)
    • βš–οΈμ΄μš© μ•½κ΄€
    • πŸ”κ°œμΈμ •λ³΄ λ³΄ν˜Έμ •μ±…
    • πŸ’³ν™˜λΆˆ μ•ˆλ‚΄
Powered by GitBook
On this page

Was this helpful?

  1. Technology

Libplanet

We've been developing the blockchain toolkit in C#/.NET for decentralized game.

Docs : https://docs.libplanet.io

Github : https://github.com/planetarium/libplanet

Libplanet is a .NET library for creating the multiplayer online game in a decentralized fashion, which means the whole gameplay occurs on a peer-to-peer network among equal nodes rather than an authorized central server. Under the hood, it incorporates many features (e.g., digital signature, BFT consensus, data replication) of a blockchain.

It has competitive advantages over other solutions for decentralized gaming:

  • Embeddable: A game app does not have to communicate with another running process, hence it doesn't require extra marshaling or processes management. To draw a parallel, Libplanet is closer to SQLite than MySQL or PostgreSQL.

  • Isomorphic: Libplanet is a .NET library, so every game logic can be written in the same language, C#, and run on the blockchain. No glue code or "smart contracts" are needed.

  • Token-independent: Unlike almost every blockchain system, it does not force users to create and deal with yet-another-cryptocurrency. Your game can be free to play, and enjoyed by regular gamers.

To learn more about why Planetarium is creating technology for fully decentralized games, please refer to our blog post.

PreviousCommunity Generated ContentsNextHow to play

Last updated 10 months ago

Was this helpful?

🌎