Archives: Docs

Docs

NFT Chain Keys Smart Contract

Login with NEARThe NFT Chain Keys smart contract makes the ownership of remote accounts both provable and transferrable. This new paradigm allows you to create new end-user experiences that leverage provable and transferrable remote accounts as a core primitive. Contract overview The MPC Account Recovery smart contract provides a sign method that accepts a path …

NFT Chain Keys Smart Contract Read More »

Rollup Data Availability

Login with NEAREvery monolithic blockchain has a data availability layer. NEAR’s Data Availability (DA) represents a pioneering initiative to modularize the data availability layer from the NEAR blockchain to make it available as a roll-up solution for builders on other chains. This infrastructure consists of a smart contract, a light client, and a Remote Procedure …

Rollup Data Availability Read More »

FastAuth SDK

Login with NEARFastAuth is a key management system that allows users to recover or sign-up for a NEAR account using their email address. Furthermore, it allows to subsidize gas for a certain smart contract, so users can interact with it without having to fund their account. info Closed access beta FastAuth is currently in a …

FastAuth SDK Read More »

token-transfer-flow

Login with NEARToken Transfer flow In the previous article we saw an example of token transfer between accounts found in different shards. That example was simplified and missed a few steps in the process. That was intentional, to keep the article and the video short yet explanatory, in order to give you a bigger picture …

token-transfer-flow Read More »

Validators

Login with NEARThe NEAR network is decentralized, meaning that multiple people collaborate in order to keep it safe. We call such people validators. In order to make sure that all the transactions in the network are valid, i.e. that nobody is trying to steal money, the validators follow a specific consensus mechanism. Currently, there are …

Validators Read More »

near-data-flow

Login with NEARNEAR Data Flow <iframe width=”100%” height=”500″ src=”https://www.youtube.com/embed/VSBJ-A69Km4” title=”YouTube video player” frameborder=”0″ allow=”accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture” allowfullscreen> info Data flow In this video we give a quick overview on the main concept of how the data flows across the NEAR Protocol blockchain. NEAR Protocol blockchain data flow might be a bit tricky …

near-data-flow Read More »

Avoiding Token Loss

Login with NEAR warning Careful! Losing tokens means losing money! Token loss is possible under multiple scenarios. These scenarios can be grouped into a few related classes: Improper key management Refunding deleted accounts Failed function calls in batches Improper key management Improper key management may lead to token loss. Mitigating such scenarios may be done …

Avoiding Token Loss Read More »

Tokens

Login with NEARNEAR Token This is the native token used in NEAR Protocol. It has multiple use cases: Secures the network through staking Provides a unit of account – NEAR is used for processing transactions and storing data Serves as a medium of exchange Securing the Network NEAR Protocol is a proof-of-stake (PoS) network, which …

Tokens Read More »

What is NEAR?

Login with NEARNEAR is a user-friendly and carbon-neutral blockchain, built to be fast, secure, and able to grow without limits. NEAR is the blockchain for everyone. What do these Technical Terms mean? In technical terms, NEAR is a [layer-one](https://coinmarketcap.com/academy/glossary/layer-1-blockchain), [sharded](https://near.org/blog/near-launches-nightshade-sharding-paving-the-way-for-mass-adoption), [proof-of-stake](https://en.wikipedia.org/wiki/Proof_of_stake) blockchain built with usability in mind. [Layer-1](https://coinmarketcap.com/academy/glossary/layer-1-blockchain) means NEAR is the foundation that supports …

What is NEAR? Read More »

Scroll to Top