Ramestta
  • 🤝Welcome To Ramestta
    • Overview
    • Ramestta Pos Chain
    • Building on Ramestta
    • Architecture
      • Heimdall
      • Bor
      • Contracts
        • Genesis contracts
        • Delegation via validator shares
        • Staking manager
        • Burns
    • Bridge
      • Core
        • Polygon To Ramestta
        • Ramestta To Polygon
      • Plasma
        • Deposit
        • Withdraw
      • PoS
        • Deposit
        • Withdraw
      • PoS vs Plasma Bridge
    • Node Setup
      • Sentry Node
        • Mainnet
        • Testnet
      • Validator Node
        • Mainnet
        • Testnet
      • Heimdall and Bor Snapshots
    • Security models
    • Staking - Validators and Delegators
    • Validate
      • Validator Responsibilities
      • Maintaining your validator node
      • How to Become a Validator(Testnet)
    • Delegate
      • FAQ's
    • Deploy smart contracts
    • MetaMask Installation & Set up Web3 RPC URL
  • 🪙Blockchain Fundamental
    • Introduction
      • What is a Blockchain?
      • Types of Blockchain
      • Consensus Mechanism
    • Bitcoin
    • Ethereum
      • Accounts
      • Solidity
      • Proof of Stake
      • Transactions
      • Gas
    • Layer2 Blockchain
      • Side Chain
      • Rollup
  • ⚙️Ramestta SDK
    • Rama.js
      • Plasma
        • RAMA20
        • RAMA721
        • Common Methods
      • POS
        • RAMA20
        • RAMA721
        • RAMA1155
        • Common Methods
      • setProofApi
Powered by GitBook
On this page
  1. Blockchain Fundamental

Introduction

PreviousBlockchain FundamentalNextWhat is a Blockchain?

Last updated 1 year ago

A block in a blockchain is a group or collection of information. The information is added to the block in a blockchain, by connecting it with other blocks in the chronological order and creating a chain of blocks linked together. Let’s take the example of Google spreadsheet or MS Excel (Windows). This spreadsheet is shared among different computer networks, where everyone has a copy. The spreadsheet contains data and information of transactions made by individuals. Anyone with a copy can access that spreadsheet but no one can edit or change it. This is how the blockchain works. It uses blocks, whereas spreadsheet works with “rows” and “columns”.

The blockchain is a distributed ledger. This means that a ledger is spread across the network between all peers in the network, and each peer holds a copy of the complete ledger. Some key properties that make blockchain far superior and better than the traditional system of information ledgering.

🪙
Page cover image