DENTNet Documentation
  • Introduction
  • Why DENTNet
  • Overview
    • Difference vs. Other Blockchains
    • Core Concepts
      • Accounts
      • Transactions
      • Events
      • Fees
      • DENTX
      • Proof of Stake
        • Staking
        • Validators
        • Nomination Pool
      • Treasury
    • Advanced Concepts
      • Telecommunication Assets
        • Mobile Data
        • Voice Minutes
      • DENT Token
      • Operator Sponsorship
      • Telco Asset Usage
      • Telco Asset Expiry
      • Technical Committee
    • Start with DENTX
      • Uniswap
        • DENTX on Ethereum
      • Swap on DENTNet
        • Swap DENT on DENTNet
      • Buy on DENTNet
  • Technical Foundation
    • Polkadot SDK
    • WebAssembly (Wasm)
  • Tools
    • Explorer
    • Bridge
      • Move DENTs from Ethereum to DENTNet
      • Move DENTX from Ethereum to DENTNet
    • Dashboard
    • Validator UI
    • Wallets
      • Polkadot Ledger App
      • SubWallet
      • Vault App
      • PolkadotJS
      • [Deprecated] DENTNet Ledger App
  • Technical Documentation
    • Node API
    • Operating a Node
    • Operating a Validator
      • How to set up a DENTNet Validator?
      • Validator Monitoring
      • Pause Validation
      • Upgrade or move a validator
    • Changelog
Powered by GitBook

Copyright DENT Wireless Limited, 2024

On this page
  1. Technical Foundation

Polkadot SDK

PreviousBuy on DENTNetNextWebAssembly (Wasm)

Last updated 1 year ago

The , also known as the Substrate framework, is a development toolkit for building blockchains and decentralized applications (DApps).

It provides a set of tools, libraries, and templates that simplify the blockchain development process. DENTNet uses some of these tools as a strong foundation, including:

  1. Substrate Framework: Substrate is the core framework of the Polkadot SDK. It offers a modular architecture that allowed DENT to customize and configure various components of DENTNet, such as introducing telecommunication assets, staking, and token economics.

  2. Rust Programming Language: DENTNet is primarily written in the Rust programming language, which is known for its performance, safety, and suitability for blockchain development.

  3. Runtime Environment: Substrate provides a runtime environment that has been modified and optimized for DENTNet.

DENTNet is an independent project and not related to Polkadot or Parity in any way.

The Substrate framework allows the integration into Polkadot. DENTNet is using and contributing to the open-source part of the project but is neither listed nor working to be listed as a parachain on Polkadot.

Polkadot SDK