Archives: Docs

Docs

Data Storage / Collections

To Share and +4 nLEARNs Login with NEAROverview All data stored on the NEAR blockchain is done in key / value pairs. There are several collection methods in the SDKs we’ve created that will help you store your data on chain. near-sdk-as for AssemblyScript smart contracts near-sdk-rs for Rust smart contracts For information on storage …

Data Storage / Collections Read More »

NEAR Protocol Specification

To Share and +4 nLEARNs Login with NEARNEAR Protocol Specifications and Standards are tracked in two places: NEAR Protocol Specification Documentation: [ Nomicon.io ] NEAR Enhancement Proposals GitHub Repository: [ NEAR NEPs ]

Papers

To Share and +4 nLEARNs Login with NEARJoin us as we dive deep into our technology. The NEAR White Paper This document describes the approach NEAR takes to designing and implementing the core technology of its system. Economics in a Sharded Blockchain Incentives are a crucial part of any decentralized protocol. In this paper, we …

Papers Read More »

Account

To Share and +4 nLEARNs Login with NEARNEAR uses human readable account IDs instead of a public key hash. For a 20-minute video explanation, see this Lunch and Learn on YouTube. Account ID Rules minimum length is 2 maximum length is 64 Account ID consists of Account ID parts separated by . Account ID part …

Account Read More »

Writing Style Guide

To Share and +4 nLEARNs Login with NEARThis style guide provides a set of editorial guidelines for anyone writing developer documentation for NEAR related projects. Goals and audience This guide codifies and records style decisions so that you can write documentation that is consistent with existing documentation, and ensure that what you write is as …

Writing Style Guide Read More »

Contribute to nearcore

To Share and +4 nLEARNs Login with NEARCompile from source 1. Dependencies Install Rust: curl https://sh.rustup.rs -sSf | sh rustup component add clippy-preview rustup default nightly Install development dependencies (OS-dependent): Ubuntu: sudo apt install cmake clang 2. Clone repository We would need to copy the entire repository: git clone https://github.com/near/nearcore cd nearcore 3. Compile and …

Contribute to nearcore Read More »

Scroll to Top
Report a bug👀