PAO Docs
PAO DocsCommunity DocsInfrastructure DocsDeveloper DocsPeerplays.com
  • Peerplays 2.0
    • Deployment Guides
      • Deployment in a box
      • Blockscout Explorer Deployment
        • Deploying Microservices to run Blockscout Explorer locally
      • Glossary
    • Howto & FAQ
    • Guide to backup and restore Blockchain data
    • Key Metrics
    • Solidity Smart contracts
      • Solidity smart contract deployment using REMIX IDE
      • Solidity smart contract deployment using hardhat
      • Metamask Deployment
Powered by GitBook
On this page
  • Description
  • What is a Solidity Smart contract ?
  1. Peerplays 2.0

Solidity Smart contracts

PreviousKey MetricsNextSolidity smart contract deployment using REMIX IDE

Last updated 1 year ago

Description

A smart contract is a self executing program that automates the actions required in an agreement or contract. After the task completion, the transaction is trackable and irreversible.

What is a Solidity Smart contract ?

A solidity smart contract provide a highly secured digital transactions which doesn't involve the third parties.

Solidity is an object-oriented programming language created specially by the Ethereum Network Team for constructing and designing smart contracts on Blockchain platforms.

For Peerplays 2.0 there are two methods adapted to deploy the smart contract,

Solidity smart contract deployment using REMIX IDE
Solidity smart contract deployment using hardhat