Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
* [Create a Fixed-Cap Asset](build/tutorials/smart-digital-assets/create-a-fix-cap-asset.md)
* [Create a Variable-Cap Asset](build/tutorials/smart-digital-assets/creating-a-variable-cap-asset.md)
* [Create an NFT \(Part 1\)](build/tutorials/smart-digital-assets/creating-a-nft-part-1.md)
* [How to Mint NFTs with the Avalanche Wallet](build/tutorials/smart-digital-assets/wallet-nft-studio.md)
* [AvalancheGo APIs](build/avalanchego-apis/README.md)
* [Issuing API Calls](build/avalanchego-apis/issuing-api-calls.md)
* [Platform Chain \(P-Chain\) API](build/avalanchego-apis/platform-chain-p-chain-api.md)
Expand Down
1 change: 1 addition & 0 deletions build/tutorials/smart-digital-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
| [**Create a Variable-Cap Asset**](creating-a-variable-cap-asset.md) | Create and trade a variable-cap, fungible asset on Avalanche. |
| [**Create an NFT \(Part 1\)**](creating-a-nft-part-1.md) | Create and send NFTs using AvalancheGo's API. |
| [**Create an ERC-20 token on Avalanche C-Chain**](create-erc-20-token-on-avalanche-c-chain.md) | Create an Ethereum ERC-20 token on Avalanche. |
| [**How to Mint NFTs with the Avalanche Wallet**](wallet-nft-studio.md) | How to mint NFTs with the Avalanche Wallet. |

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#How to mint NFTs with the Avalanche Wallet
# How to mint NFTs with the Avalanche Wallet

## Non-Fungible Tokens on Avalanche

Expand Down