Skip to content

near/nearcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

404bc6b · Oct 5, 2020
Jul 26, 2020
Oct 5, 2020
Oct 5, 2020
Feb 7, 2019
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Sep 24, 2020
Aug 5, 2020
Sep 16, 2020
Sep 16, 2020
Sep 28, 2020
Apr 29, 2020
May 4, 2020
Feb 25, 2020
Aug 26, 2020
Mar 4, 2020
Mar 4, 2020
Nov 3, 2019
May 19, 2020
Jul 2, 2019
Sep 3, 2020
Feb 5, 2020
Mar 26, 2020
Oct 5, 2020
Sep 3, 2020
May 26, 2020
Oct 2, 2018
Apr 3, 2020
Jun 1, 2020
Sep 25, 2020
May 16, 2020
Jun 1, 2020
Sep 3, 2020
May 21, 2020
Jul 11, 2020

Repository files navigation





Reference implementation of NEAR Protocol

Build Status Stable Status Prerelease Status codecov Discord chat Telegram Group

About NEAR

NEAR's purpose is to enable community-driven innovation to benefit people around the world.

To achieve this purpose, NEAR provides a developer platform where developers and entrepreneurs can create apps that put users back in control of their data and assets, which is the foundation of "Open Web" movement.

One of the components of NEAR is NEAR Protocol, an infrastructure for server-less applications and smart contracts powered by blockchain. NEAR Protocol is built to deliver usability and scalability of modern PaaS like Firebase at fraction of prices that blockchains like Ethereum charge.

NEAR overall provides wide range of tools for developers to easily build applications:

Join the Network

The easiest way to join the network, is by using nearup command, which you can install:

pip3 install --user nearup

You can join all the active networks:

  • TestNet: nearup run testnet
  • BetaNet: nearup run betanet

Check nearup repository for more details how to run with or without docker.

To learn how to become validator, checkout documentation.

Development Status

This project is currently under heavy development toward MainNet launch.

We are using ZenHub to manage the development process. You can either login on their website or install ZenHub extension to see additional information right on Github.

For the high-level roadmap, checkout Chain&Middleware's roadmap.

Contributing

The workflow and details of setup to contribute are described in CONTRIBUTING.md, and security policy is described in SECURITY.md. To propose new protocol change or standard use Specification & Standards repository.