NERO Chain Cookbook
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 code and step-by-step instructions.
Learning Path
Our tutorials are organized in a logical progression to help you build your skills step by step. We recommend following this learning path:
- Start with contract deployment to understand the basics of deploying smart contracts on NERO Chain
Then, choose one of the integration approaches.
-
Component-Level Integration (low-level): Where you can build your AA wallet integration from individual components for maximum customization.
-
Template-Based Development (high-level): Get started quickly with our pre-built wallet template that abstracts the complexity.
Getting Started
🔗 Deploy with Remix
Launch your first contract using the Remix IDE.
⚒️ Deploy with Hardhat
Deploy contracts using Hardhat’s development environment.
⚒️ Deploy with Foundry
Coming soon!
Low-Level Recipes
👛 Integrate AA Wallets
Add smart contract wallets to your React application for seamless UX.
📨 Send UserOperations
Execute transactions with sponsored gas through Account Abstraction.
💲 Payment Methods
Implement different gas payment options in your dApp.
🔍 Token Support Check
Query and display tokens supported by the NERO Chain Paymaster.
🚀 Create Your First dApp
Build a complete NFT minting application with gasless transactions.