Skip to content

Commit dfc9667

Browse files
authored
Merge pull request #50 from Devendra116/main
Update content and broken links
2 parents ef96d31 + 7ae3923 commit dfc9667

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to NEAR's NFT tutorial, where we will help you parse the details around
66

77
## Prerequisites
88

9-
* [NEAR Wallet Account](wallet.testnet.near.org)
9+
* [NEAR Wallet Account](https://testnet.mynearwallet.com/)
1010
* [Rust Toolchain](https://docs.near.org/develop/prerequisites)
1111
* [NEAR-CLI](https://docs.near.org/tools/near-cli#setup)
1212
* [yarn](https://classic.yarnpkg.com/en/docs/install#mac-stable)
@@ -19,17 +19,17 @@ Each branch you will find in this repo corresponds to various stages of this tut
1919

2020
| Branch | Docs Tutorial | Description |
2121
| ------------- | ------------------------------------------------------------------------------------------------ | ----------- |
22-
| 1.skeleton | [Contract Architecture](https://docs.near.org/docs/tutorials/contracts/nfts/rs/skeleton) | You'll learn the basic architecture of the NFT smart contract, and you'll compile this skeleton code with the Rust toolchain. |
23-
| 2.minting | [Minting](https://docs.near.org/docs/tutorials/contracts/nfts/rs/minting) |Here you'll flesh out the skeleton so the smart contract can mint a non-fungible token |
24-
| 3.enumeration | [Enumeration](https://docs.near.org/docs/tutorials/contracts/nfts/rs/enumeration) | Here you'll find different enumeration methods that can be used to return the smart contract's states. |
25-
| 4.core | [Core](https://docs.near.org/docs/tutorials/contracts/nfts/rs/core) | In this tutorial you'll extend the NFT contract using the core standard, which will allow you to transfer non-fungible tokens. |
26-
| 5.approval | [Approval](https://docs.near.org/docs/tutorials/contracts/nfts/rs/approvals) | Here you'll expand the contract allowing other accounts to transfer NFTs on your behalf. |
27-
| 6.royalty | [Royalty](https://docs.near.org/docs/tutorials/contracts/nfts/rs/royalty) |Here you'll add the ability for non-fungible tokens to have royalties. This will allow people to get a percentage of the purchase price when an NFT is purchased. |
28-
| 7.events | ----------- | This allows indexers to know what functions are being called and make it easier and more reliable to keep track of information that can be used to populate the collectibles tab in the wallet for example. (tutorial docs have yet to be implemented ) |
29-
| 8.marketplace | ----------- | ----------- |
22+
| 1.skeleton | [Contract Architecture](https://docs.near.org/tutorials/nfts/skeleton) | You'll learn the basic architecture of the NFT smart contract, and you'll compile this skeleton code with the Rust toolchain. |
23+
| 2.minting | [Minting](https://docs.near.org/tutorials/nfts/minting) |Here you'll flesh out the skeleton so the smart contract can mint a non-fungible token |
24+
| 3.enumeration | [Enumeration](https://docs.near.org/tutorials/nfts/enumeration) | Here you'll find different enumeration methods that can be used to return the smart contract's states. |
25+
| 4.core | [Core](https://docs.near.org/tutorials/nfts/core) | In this tutorial you'll extend the NFT contract using the core standard, which will allow you to transfer non-fungible tokens. |
26+
| 5.approval | [Approval](https://docs.near.org/tutorials/nfts/approvals) | Here you'll expand the contract allowing other accounts to transfer NFTs on your behalf. |
27+
| 6.royalty | [Royalty](https://docs.near.org/tutorials/nfts/royalty) |Here you'll add the ability for non-fungible tokens to have royalties. This will allow people to get a percentage of the purchase price when an NFT is purchased. |
28+
| 7.events | [Events](https://docs.near.org/tutorials/nfts/events) | This allows indexers to know what functions are being called and make it easier and more reliable to keep track of information that can be used to populate the collectibles tab in the wallet for example. (tutorial docs have yet to be implemented ) |
29+
| 8.marketplace | [Marketplace](https://docs.near.org/tutorials/nfts/marketplace) | Get a comprehensive understanding of how an NFT marketplace contract can be built on NEAR through this tutorial. This contract facilitates the buying and selling of non-fungible tokens with $NEAR. |
3030

3131

32-
The tutorial series also contains a very helpful section on [**Upgrading Smart Contracts**](https://docs.near.org/docs/tutorials/contracts/nfts/rs/upgrade-contract). Definitely go and check it out as this is a common pain point.
32+
The tutorial series also contains a very helpful section on [**Upgrading Smart Contracts**](https://docs.near.org/tutorials/nfts/upgrade-contract). Definitely go and check it out as this is a common pain point.
3333

3434
# Quick-Start
3535

0 commit comments

Comments
 (0)