Docs Category: 309

Customizing the NFT Contract

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 that you have a deeper …

Customizing the NFT Contract Read More »

Events

Login with NEARIn this tutorial, you’ll learn about the events standard and how to implement it in your smart contract. Understanding the use case Have you ever wondered how the wallet knows which NFTs you own and how it can display them in the collectibles tab? Originally, an indexer used to listen for any functions …

Events Read More »

Marketplace

Login with NEARIn this tutorial, you’ll learn the basics of an NFT marketplace contract where you can buy and sell non-fungible tokens for $NEAR. In the previous tutorials, you went through and created a fully fledged NFT contract that incorporates all the standards found in the NFT standard. Introduction Throughout this tutorial, you’ll learn how …

Marketplace Read More »

Approvals

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 for the first time, feel …

Approvals Read More »

Royalty

Login with NEARIn this tutorial you’ll continue building your non-fungible token (NFT) smart contract, and learn how to implement perpetual royalties into your NFTs. This will allow people to get a percentage of the purchase price when an NFT is sold. Introduction By now, you should have a fully fledged NFT contract, except for the …

Royalty Read More »

Enumeration

Login with NEARIn the previous tutorials, you looked at ways to integrate the minting functionality into a skeleton smart contract. In order to get your NFTs to show in the wallet, you also had to deploy a patch fix that implemented one of the enumeration methods. In this tutorial, you’ll expand on and finish the …

Enumeration Read More »

Scroll to Top