The SIWR Starter Pack contains a set of full stack web development tools and guidelines to help developers get their products and services up and running on Ronin, including:
- Secure connection to the Ronin Network via a user's Ronin Wallet - configured to use Axie DAO's Single Sign On process until you can get your domain allowlisted with Sky Mavis for direct wallet interactions.
- Integration with ethers.js v5 for Ronin blockchain interactions.
- Integration with the Axie GraphQL server for retrieval of assets from users' Ronin wallet.
- Runs on the React-based, full stack web app development framework Next.js.
- Server-side account creation and session management with NextAuth.js.
- Project-specific data model manipulations and persistence with MongoDB and Mongoose.js..
- Simple, automated web app deployment and hosting with Vercel and Git repository integration.
- Frontend design principles and theming with the Chakra UI component library integration.
- TypeScript ready!