Archives: Docs

Docs

Deploy Smart Contracts to MainNet

To Share and +4 nLEARNs Login with NEAROnce you are ready to deploy your smart contract to MainNet you’ll need to change your network by prepending NEAR_ENV=mainnet to all near-cli commands. Start off by logging into the account you want to deploy your contract to: NEAR_ENV=mainnet near login Next deploy your contract: NEAR_ENV=mainnet near deploy …

Deploy Smart Contracts to MainNet Read More »

Build a Guest Book

To Share and +4 nLEARNs Login with NEARIn this section we will create a starter app built with an AssemblyScript backend and a React frontend that allows users to sign in with NEAR and add a message to the guest book. Intro notes We will be referencing branches of a NEAR project called guest-book-tutorial which …

Build a Guest Book Read More »

AssemblyScript Workshops

To Share and +4 nLEARNs Login with NEARAssemblyScript Starter Kit This workshop includes a complete project structure for AssemblyScript contracts targeting the NEAR platform. The example here is very basic. It’s a simple contract demonstrating the following concepts: a single contract the difference between view and change methods basic contract storage Exploring AssemblyScript Contracts This …

AssemblyScript Workshops Read More »

Guide to Cross-contract calls

To Share and +4 nLEARNs Login with NEAR This tutorial demonstrates an introduction to cross-contract calls in AssemblyScript. If you’d like to dig deeper into this subject, please see this example. Introduction At some point you might want to call functions on existing contracts. This is called a cross-contract call. There are plenty of reasons …

Guide to Cross-contract calls Read More »

Building a CRUD dApp

To Share and +4 nLEARNs Login with NEARIn this tutorial we will be building a standard Create-Read-Update-Delete (CRUD) application but on the blockchain. The application will consist of two distinct layers: Smart contract (in web2 we may refer to this as server-side or back-end) Web app (in web2 we may refer to this as client-side …

Building a CRUD dApp Read More »

NEAR Wallet

To Share and +4 nLEARNs Login with NEAR NEAR Wallet is an in-browser, web-based wallet for creating and interacting with NEAR accounts. This wallet stores account keys in the browser’s localStorage. NEAR has several development networks operating independently of each other with their own account IDs. Because of this, there are several deployed wallets you …

NEAR Wallet Read More »

Scroll to Top
Report a bug👀