A Basic Boilerplate for Shardeum devs to quickly get started with their projects using Next.js, Wagmi, and Rainbowkit.
Wagmi is a simple, easy to use, and powerful library for building Ethereum dApps. It's a wrapper around ethers.js, and makes it easy to send transactions, and interact with smart contracts.
git clone https://github.com/Shardeum/shardeum-dapp-boilerplate.git
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.
This boilerplate uses the following open source libraries to bring you a fully functional, mobile optimized dApp:
- Connect Wallet + One wagmi hook [send a transaction] done for you! 💲
- Scalable header + mobile menu
↔️ - Mobile friendly 📱
- Examples of buttons and links 📌