Development Stack & Tools
Last updated
Last updated
Development Tools List
Next.js (v14.1.0)
Purpose: A React-based frontend framework that supports server-side rendering and static site generation, making the application more performant and SEO-friendly.
Thirdweb SDK (@thirdweb-dev/react ^4.9.4)
Purpose: A Web3 toolkit that simplifies contract interactions, wallet connections, and blockchain operations—ideal for rapidly building DApps without manually handling low-level Web3 logic.
Base Sepolia (Testnet)
Purpose: An Ethereum Layer 2 test network (EVM-compatible) chosen for its low transaction costs and fast confirmations. This network is used for deploying and testing Donty’s smart contracts.
TailwindCSS (v3.3.0)
Purpose: A utility-first CSS framework that provides a set of pre-defined classes. It speeds up the styling process and keeps code clean, consistent, and responsive.
Framer Motion (v12.0.6)
Purpose: A production-ready motion library for React, enabling smooth animations and transitions throughout the application’s interface.
Blockscout API
Purpose: A public blockchain analytics service that provides real-time data on transactions, contract addresses, and balances—vital for displaying up-to-date information within Donty.
Toastify (react-toastify ^11.0.5)
Purpose: A React-based notification system that delivers real-time alerts (e.g., successful transactions, errors) in a user-friendly toast format.
ApexCharts (react-apexcharts ^1.7.0) [Optional]
Purpose: A flexible charting library for visualizing on-chain or platform-specific data. It can be used to display donation trends, staking statistics, and more.
Google Fonts (@fontsource/caveat ^5.1.1)
Purpose: Custom typography integration that adds unique font styling—helpful for branding and enhancing the visual appeal of the site.
Vercel
Purpose: A hosting platform specifically designed for Next.js apps. It provides fast global edge deployment, automatic scaling, and easy CI/CD integration.
Chart.js (v4.4.7)
Purpose: Another popular charting library for creating dynamic data visualizations. It can be used in tandem with or as an alternative to ApexCharts.
Ethers.js (v5.7.2)
Purpose: A lightweight JavaScript library for interacting with the Ethereum blockchain, handling tasks like signing transactions and reading contract data.
Yarn (v4.6.0)
Purpose: A package manager that helps install, update, and manage project dependencies quickly and reliably.
Together, these tools form the backbone of Donty’s development environment, providing everything from responsive UI components to secure blockchain interactions and real-time analytics.