NEAR Blockchain, The Beginner’s Guide - Part 0

Ankit Singh
BlockTrain
Published in
2 min readJun 8, 2022

NEAR(https://near.org/) is a developer-friendly blockchain that is highly secure and infinitely scalable. Performance-wise it is one of the best chains to build upon.

NEAR is a layer-1 blockchain that works on the Proof of Stake(POS) consensus mechanism. Whoseoever holds higher stake of NEAR have the power to validate transactions on the network.

Roadmaps: https://blocktrain.info/roadmaps

Dev related: https://blocktrain.info/developer

Non dev related: https://blocktrain.info/non-developer

Hindi stuff: https://blocktrain.info/hindi

Chains: https://blocktrain.info/chains

Concepts: https://blocktrain.info/concepts

Defi: https://blocktrain.info/defi

It uses sharding which splits the work(transaction) across many participating nodes increasing the throughput of the network. More about Sharding can be read here — https://near.org/blog/near-launches-nightshade-sharding-paving-the-way-for-mass-adoption/

Why build on NEAR?

  1. Sustainability: It works on the Proof of Stake mechanism which helps it in selecting validators based on the holdings that they own.
  2. Scalable: Infinitely scalable due to sharding.
  3. Human-readable account names like “name.near” instead of a long string of characters.
  4. Sub-accounts: Any account on NEAR can have its subaccount. For example “blocktrain.near” can have “grants.blocktrain.near”.
  5. Fast: About ~1.2 seconds of block time.
  6. Low Fees
  7. Developer q — 30% of the gas fees are transferred to the contract owner/developer.
  8. Token Bridge — Exchange information/token between NEAR — ETH with Rainbow bridge(https://rainbowbridge.app/)
  9. EVM Compatible — You can easily deploy solidity code on NEAR with Aurora(https://aurora.dev/)

Near Ecosystem

Near Ecosystem - Growing

Near blockchain have a growing ecosystem spread accross DeFi, NFT’s, DAO’s, Gaming and Utilities.

Getting Started with NEAR

--

--