Docs Category: Basics

Actors of NEAR

To Share and +4 nLEARNs Login with NEARThere are 3 main actors interacting to form the NEAR ecosystem: The users, consuming the services provided by the NEAR network. The validators, operating the computers that form the decentralized network. The blockchain, working as the persistent storage for the network. Users Users can have one or multiple …

Actors of NEAR Read More »

Creating Accounts

To Share and +4 nLEARNs Login with NEARThe simplest way to create NEAR accounts is through the NEAR Wallet, however, you can also create accounts using local tools. The NEAR Wallet The NEAR wallet is our web-based user-friendly wallet. You can readily use it without installing software or add-ons. Testnet In testnet you can directly …

Creating Accounts Read More »

Address (Account ID)

To Share and +4 nLEARNs Login with NEAREvery NEAR account is identified by a specific address. Based on their name, two types of accounts can be distinguished: Named accounts, with human readable names such as alice.near. Implicit accounts, referred by 64 chars (e.g. 98793cd91a3f870fb126f662858[…]). :::tip For an account name to be valid, it must adhere …

Address (Account ID) Read More »

Hackathon Startup Guide

To Share and +4 nLEARNs Login with NEARWelcome to hacking on NEAR! We’re glad you’re here. Let’s set up the basics first: Rust toolchain A NEAR account NEAR command-line interface (near-cli) Setting up the requirements In this section, you’ll install and set up the basic tools to create smart contracts in Rust. Along with the …

Hackathon Startup Guide Read More »

Creating a NEAR Account

To Share and +4 nLEARNs Login with NEARThe easiest way to create an account on NEAR is with NEAR Wallet. NEAR has several development networks operating independently of each other with their own accountIDs. Below we have guides for creating account for two of these networks: testnet mainnet Creating a testnet account The following guide …

Creating a NEAR Account Read More »

Getting Started

To Share and +4 nLEARNs Login with NEAR Development on the NEAR platform happens in two main categories: Smart contracts (back-end) Applications (front-end) Essential Resources Here’s a quick overview of essential resources you will use when developing on NEAR. Name Description Example Projects NEAR Examples Basic example apps built on NEAR that you can clone …

Getting Started Read More »

Scroll to Top
Report a bug👀