Pando DAPPS

What's inside

  • Introduction to DAPPS

  • Prerequisites

  • Definition of a DAPP

  • On smart contracts

  • Benefits of DAPP Development

  • Drawbacks of DAPP Development

Introduction to DAPPS

A decentralized application (dapp) is an application built on a decentralized network that combines a smart contract and a frontend user interface. On Pando network smart contracts are accessible and transparent – like open APIs – so your dapp can even include a smart contract that someone else has written.

Prerequisites

Before learning about dapps, you should cover the blockchain basics and read about the Pando network and how it's decentralized.

Definition of a DAPP

A dapp has its backend code running on a decentralized peer-to-peer network. Contrast this with an app where the backend code is running on centralized servers.

A dapp can have frontend code and user interfaces written in any language (just like an app) to make calls to its backend. Furthermore, its frontend can get hosted on decentralized storage such as IPFS.

  • Decentralized - dapps operate on Pando network, an open public decentralized platform where no one person or group has control

  • Deterministic - dapps perform the same function irrespective of the environment in which they get executed

  • Turing complete - dapps can perform any action given the required resources

  • Isolated - dapps are executed in a virtual environment known as Pando network Virtual Machine so that if the smart contract has a bug, it won’t hamper the normal functioning of the blockchain network

On smart contracts

To introduce dapps, we need to introduce smart contracts – a dapp's backend for lack of a better term. For a detailed overview, head to our section on smart contracts.

A smart contract is code that lives on the Pando network blockchain and runs exactly as programmed. Once smart contracts are deployed on the network you can't change them. Dapps can be decentralized because they are controlled by the logic written into the contract, not an individual or company. This also means you need to design your contracts very carefully and test them thoroughly.

Benefits of DAPP Development

  • Zero downtime – Once the smart contract is deployed on the blockchain, the network as a whole will always be able to serve clients looking to interact with the contract. Malicious actors, therefore, cannot launch denial-of-service attacks targeted towards individual dapps.

  • Privacy – You don’t need to provide real-world identity to deploy or interact with a dapp.

  • Resistance to censorship – No single entity on the network can block users from submitting transactions, deploying dapps, or reading data from the blockchain.

  • Complete data integrity – Data stored on the blockchain is immutable and indisputable, thanks to cryptographic primitives. Malicious actors cannot forge transactions or other data that has already been made public.

  • Trustless computation/verifiable behavior – smart contracts can be analyzed and are guaranteed to execute in predictable ways, without the need to trust a central authority. This is not true in traditional models; for example, when we use online banking systems, we must trust that financial institutions will not misuse our financial data, tamper with records, or get hacked.

Drawbacks of DAPP Development

  • Maintenance – Dapps can be harder to maintain because the code and data published to the blockchain are harder to modify. It’s hard for developers to make updates to their dapps (or the underlying data stored by a dapp) once they are deployed - even if bugs or security risks are identified in an old version.

  • Performance overhead – There is a huge performance overhead, and scaling is really hard. To achieve the level of security, integrity, transparency, and reliability that Pando network aspires to, every node runs and stores every transaction. On top of this, proof-of-work takes time as well. A back-of-the-envelope calculation puts the overhead at something like 1,000,000x that of standard computation currently.

  • Network congestion – When one dapp uses too many computational resources, the entire network gets backed up. Currently, the network can only process about 10-15 transactions per second; if transactions are being sent in faster than this, the pool of unconfirmed transactions can quickly balloon.

  • User experience – It may be harder to engineer user-friendly experiences because the average end-user might find it too difficult to set up a tool stack necessary to interact with the blockchain in a truly secure fashion.

  • Centralization – User-friendly and developer-friendly solutions built on top of the base layer of Pando network might end up looking like centralized services anyways. For example, such services may store keys or other sensitive information server-side, serve a frontend using a centralized server, or run important business logic on a centralized server before writing to the blockchain. Centralization eliminates many (if not all) of the advantages of blockchain over the traditional model.

FAQ

Q 1.what is dapp?

A decentralised application is an application that can operate autonomously, typically through the use of smart contracts, that runs on a decentralized computing, blockchain system. Like traditional applications, DApps provide some function or utility to its users. However, unlike traditional applications, DApps operate without human intervention and are not owned by any one entity, rather DApps distribute tokens that represent ownership.These tokens are distributed according to a programmed algorithm to the users of the system, diluting ownership and control of the DApp. Without any one entity controlling the system, the application becomes decentralised.

Q 2.How to create dapp on pando network?

Scaffold-Dapp- Quickly experiment with Solidity using a frontend that adapts to your smart contract.

  • GitHub

  • Example dapp

Create dapp - Create Pando network-powered apps with one command.

  • GitHub

One Click Dapp - FOSS tool for generating dapp frontends from an ABI.

  • oneclickdapp.com

  • GitHub

Dappflow - FOSS tool for Pando network developers to test their node, and compose & debug RPC calls from the browser.

  • Dappflow.quiknode.io

  • GitHub

Q.3 Application development using pando network.

Pando was an application which was mainly aimed at sending and receiving files which would normally be too large to send via more "conventional" means. It used both peer-to-peer and client-server architectures and was released for Windows and Mac OS X operating systems.

Q 4. Pando network development support.

Q 5. Sample dapps on pando netowrk.

Q 6. Use Cases.

  • video streaming

  • Music concert

  • Professional market places

  • Metaverse

  • NFT creation

  • Learning management system

  • Payment system

Last updated

Contact Us:

On Discord

© Copyright 2022 Pandolab Pte Ltd. All rights reserved.