Docs Category: Concepts

NEAR Networks

To Share and +4 nLEARNs Login with NEARNEAR Protocol operates on several networks each operating with their own independent validators and unique state. These networks are as follows: mainnet testnet betanet localnet mainnet mainnet is for production ready smart contracts and live token transfers. Contracts ready for mainnet should have gone through rigorous testing and …

NEAR Networks Read More »

NEAR Indexer

To Share and +4 nLEARNs Login with NEAR NEAR Indexer is a library included with nearcore that allows you to run a node on the network which listens for targeted information on the blockchain. The NEAR Indexer Framework provides the logic of polling a node for blocks produced in a network then aggregating and streaming …

NEAR Indexer Read More »

Decentralized Storage Solutions

To Share and +4 nLEARNs Login with NEAR In this article you’ll find a brief overview of different decentralized storage solutions that can be integrated into your decentralized applications (dApps). This will allow you to store large amounts of data using a more economical alternative to native NEAR storage. Arweave IPFS Sia Arweave Arweave is …

Decentralized Storage Solutions Read More »

Epoch

To Share and +4 nLEARNs Login with NEARimport Tabs from ‘@theme/Tabs’; import TabItem from ‘@theme/TabItem’; An epoch is a unit of time when validators of the network remain constant. Both testnet and mainnet have an epoch duration of ~12 hours or 43,200 seconds to be exact. You can view this setting by querying the protocol_config …

Epoch 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 ]

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 »

Scroll to Top
Report a bug👀