Docs Category: Nfts

Customizing the NFT Contract

To Share and +4 nLEARNs Login with NEARIn this tutorial, you’ll learn how to take the existing NFT contract you’ve been working with and modify it to meet some of the most common needs in the ecosystem. This includes: Lazy Minting NFTs Creating Collections Restricting Minting Access Highly Optimizing Storage Hacking Enumeration Methods Introduction Now …

Customizing the NFT Contract Read More »

Approvals

To Share and +4 nLEARNs Login with NEARIn this tutorial you’ll learn the basics of an approval management system which will allow you to grant others access to transfer NFTs on your behalf. This is the backbone of all NFT marketplaces and allows for some complex yet beautiful scenarios to happen. If you’re joining us …

Approvals Read More »

NFT Zero to Hero

To Share and +4 nLEARNs Login with NEAR In 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 …

NFT Zero to Hero Read More »

Pre-deployed Contract

To Share and +4 nLEARNs Login with NEAR Learn how to easily create your own non-fungible tokens without doing any software development by using a readily-available NFT smart contract. Prerequisites To complete this tutorial successfully, you’ll need: A NEAR Wallet NEAR-CLI Using the NFT contract Setup Log in to your newly created account with near-cli …

Pre-deployed Contract Read More »

Minting NFT Front-end

To Share and +4 nLEARNs 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 …

Minting NFT Front-end Read More »

Events

To Share and +4 nLEARNs Login with NEARIn this tutorial, you’ll learn about the events standard and how to implement it in your smart contract. Introduction To get started, either switch to the 6.royalty branch from our GitHub repository, or continue your work from the previous tutorials. git checkout 6.royalty :::tip If you’re joining us …

Events Read More »

Scroll to Top
Report a bug👀