Docs Category: Nfts

Marketplace

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

Marketplace Read More »

Royalty

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

Royalty Read More »

Core

To Share and +4 nLEARNs Login with NEARIn this tutorial you’ll learn how to implement the core standards into your smart contract. If you’re joining us for the first time, feel free to clone this repo and checkout the 3.enumeration branch to follow along. Introduction Up until this point, you’ve created a simple NFT smart …

Core Read More »

Upgrading the Contract

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

Upgrading the Contract Read More »

Enumeration

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

Enumeration Read More »

Skeleton and Rust Architecture

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

Skeleton and Rust Architecture Read More »

Scroll to Top
Report a bug👀