Archives: Docs

Docs

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 »

Transfers

Login with NEARIn this tutorial you’ll learn how to implement NFT transfers as defined in the core standards into your smart contract. We will define two methods for transferring NFTs: nft_transfer: that transfers ownership of an NFT from one account to another nft_transfer_call: that transfers an NFT to a “receiver” and calls a method on …

Transfers Read More »

Minting

Login with NEARThis is the first of many tutorials in a series where you’ll be creating a complete NFT smart contract from scratch that conforms with all the NEAR NFT standards. Today you’ll learn how to create the logic needed to mint NFTs and have them show up in your NEAR wallet. You will be …

Minting Read More »

Upgrading the Contract

Login with NEARIn this tutorial, you’ll build off the work you previously did to implement the minting functionality on a skeleton smart contract. You got to the point where NFTs could be minted and the wallet correctly picked up on the fact that you owned an NFT. However, it had no way of displaying the …

Upgrading the Contract Read More »

Scroll to Top