# NERO Chain Documentation — Cookbook > Curated index of pages in the "Cookbook" section. Full markdown at /llms-full.txt. ## Cookbook - [NERO Chain Cookbook](https://docs.nerochain.io/en/tutorials.md): Welcome to the NERO Chain Cookbook – your collection of practical, ready-to-use recipes for building on NERO Chain. Each recipe is designed to solve specific development challenges with copy-pastable - [Deploying and Verifying Smart Contracts on NERO Chain](https://docs.nerochain.io/en/tutorials/first-contract/using-hardhat.md): This tutorial explains how to create, compile, deploy, and verify a simple smart contract on the NERO modular chain Testnet using Hardhat. - [Deploying Your First Contract on NERO Chain Using Remix](https://docs.nerochain.io/en/tutorials/first-contract/using-remix.md): This tutorial will guide you through the process of creating and deploying a smart contract on NERO Chain using the Remix IDE. Remix is a popular, browser-based development environment that requires n - [Verifying Smart Contracts through the NERO Explorer](https://docs.nerochain.io/en/tutorials/first-contract/verifyExplorer.md): This guide walks you through the process of verifying your smart contract on the NERO Chain Testnet using the block explorer interface. Contract verification makes your source code publicly viewable a - [Quick Building Blocks](https://docs.nerochain.io/en/tutorials/high-level/building-blocks.md): This guide explains the design choices and implementation details behind our NERO Wallet dApp enhancements om the next section. It serves as both a tutorial and an explanation of account abstraction c - [From Template to dApp: Adding NFT & Token Features to NERO Wallet Template](https://docs.nerochain.io/en/tutorials/high-level/high-level-quickstart.md): This tutorial will guide you through the process of enhancing the NERO Wallet template with NFT minting, token creation, and an NFT gallery. At the end of it, you should have a similar result like bel - [Integrating Account Abstraction Wallets in React](https://docs.nerochain.io/en/tutorials/low-level/aa-wallet-integration.md): This tutorial shows how to integrate Account Abstraction (AA) wallet creation and management into a React application using the NERO Chain AA platform. - [Simple Token Selection for NERO Chain Transactions](https://docs.nerochain.io/en/tutorials/low-level/checking-sup-tokens.md): This tutorial explains how to implement a simple token selection UI for NERO Chain transactions, using NFT minting as our example operation. - [Creating Your First dApp on NERO Chain](https://docs.nerochain.io/en/tutorials/low-level/create-first-dapp.md): This recipe will guide you through building your first decentralized application (dApp) on NERO Chain using Account Abstraction. You'll create a simple NFT minting application that allows users to min - [How to Send Operations with the NERO Chain Paymaster API](https://docs.nerochain.io/en/tutorials/low-level/sending-ops.md): This tutorial explains how to execute transactions using the NERO Chain Paymaster API, focusing on sponsored gas transactions through Account Abstraction. - [Payment Methods for NERO Chain Transactions](https://docs.nerochain.io/en/tutorials/low-level/types-payments.md): This tutorial explains how to implement different payment methods for transaction gas fees using the NERO Chain Paymaster, focusing on ERC20 token payments as alternatives to sponsored transactions.