Skip to content

near/nearcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3407d64 · Oct 21, 2019
Mar 28, 2019
Jun 11, 2019
Oct 21, 2019
Oct 17, 2019
Oct 21, 2019
Feb 7, 2019
Oct 21, 2019
Oct 21, 2019
Aug 20, 2019
Oct 18, 2019
Oct 21, 2019
Oct 21, 2019
Oct 21, 2019
Oct 17, 2019
Jul 25, 2019
Oct 8, 2019
Oct 17, 2019
Oct 17, 2019
Jul 2, 2019
Oct 17, 2019
Oct 21, 2019
Oct 17, 2019
Oct 19, 2019
Oct 19, 2019
Oct 2, 2018
Oct 17, 2019
Oct 19, 2019
Oct 17, 2019
May 17, 2019
Jul 19, 2019
Mar 2, 2019

Repository files navigation





NEAR Protocol - scalable and usable blockchain

Build status codecov dependency status Join the community on Spectrum Discord

  • ⚖️ NEAR Protocol is a new smart-contract platform that delivers scalability and usability.
  • 🛠 Through sharding, it will linearly scale with the number of validation nodes on the network.
  • 🗝 Leveraging WebAssembly, TypeScript, more sane contract management, ephemeral accounts and many other advancements, NEAR finally makes using a blockchain protocol easy for both developers and consumers.

Quick start

Check out quick start documentation, specifically:

Develop and deploy contracts without any setup required using NEAR Studio:

NEAR Studio

Status

This project is currently under heavy development. Please see Issues and Milestones to checkout the current progress and working items.

High level milestones:

  • DevNet: a tool with fully working State Transition + WebAssembly.
  • AlphaNet: Multi-node smart-contract platform.
  • BetaNet: Added economics and enhanced security.
  • (In progress) Nightshade: Added sharding and staking.
  • TestNet: Added governance module, ready to launch as MainNet
  • MainNet: Launched full blockchain.

Running

Checkout the Running Locally and Running Remotely sections.

Developing

Checkout the Developing NEARCore section of documentation.