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
- Learn about AA wallet integration to set up the foundation for account abstraction
- Send your first UserOperations to interact with the blockchain through AA wallets and use sponsored transactions
- Explore payment methods to implement alternative gas payment options with ERC20 tokens
- Check supported tokens to work with ERC20 tokens for gas payments
- Build your first complete dApp to bring everything together in a cohesive application
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!
Account Abstraction 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.