Docs Category: Contracts

Issue your own token (ERC20)

To Share and +4 nLEARNs Login with NEARWe have pre-built a template for this tutorial hosted on near.dev called "Token Contract in AssemblyScript". You can try running the application right away to see the code interacting with the blockchain — just click Open in Gitpod. In this tutorial we’ll build this application from scratch. heads …

Issue your own token (ERC20) Read More »

Minting NFTs

To Share and +4 nLEARNs Login with NEARIn this tutorial you’ll learn how to easily create your own NFTs without doing any software development by using a readily-available smart contract and a decentralized storage solution like IPFS. Overview This article will guide you in setting up an NFT smart contract, and show you how to …

Minting NFTs Read More »

Create NFTs in Minecraft

To Share and +4 nLEARNs Login with NEAR In this tutorial you’ll learn how to take your custom Minecraft creations and mint the schematics into NFTs on the NEAR blockchain! Overview This tutorial will run you through minting Minecraft structures of any size onto the NEAR blockchain. It will allow you to copy and paste …

Create NFTs in Minecraft Read More »

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 »

Scroll to Top
Report a bug👀