Docs Category: 309

Skeleton and Rust Architecture

Login with NEARIn this article, you’ll learn about the basic architecture behind the NFT contract that you’ll develop while following this “Zero to Hero” series. You’ll discover the contract’s layout and you’ll see how the Rust files are structured in order to build a feature-complete smart contract. info Skeleton Contract You can find the skeleton …

Skeleton and Rust Architecture Read More »

Pre-deployed Contract

Login with NEARCreate your first non-fungible token by using a pre-deployed NFT smart contract which works exactly as the one you will build on this tutorial. Prerequisites To complete this tutorial successfully, you’ll need a NEAR Wallet and NEAR CLI Using the NFT contract Minting an NFT token on NEAR is a simple process that …

Pre-deployed Contract Read More »

NFT Zero to Hero

Login with NEARIn this Zero to Hero series, you’ll find a set of tutorials that will cover every aspect of a non-fungible token (NFT) smart contract. You’ll start by minting an NFT using a pre-deployed contract and by the end you’ll end up building a fully-fledged NFT smart contract that supports every extension. Prerequisites To …

NFT Zero to Hero Read More »

Minting NFTs

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 build, test and deploy your …

Minting NFTs Read More »

Minting NFT Front-end

Login with NEARNFT Minting Front-end In this tutorial you’ll learn how to create a simple NFT front-end and mint a “Go Team” NFT on the NEAR blockchain straight from your web browser. App Overview The app is fairly simple: the user signs in and hits the Mint NFT button. Once the user hits the mint …

Minting NFT Front-end Read More »

Create NFTs in Minecraft

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 the designs into your own …

Create NFTs in Minecraft Read More »

Scroll to Top