millow - 2025-02

crypto blockchain dapp modernization

Visit my repo

This project is a step-by-step modernization of millow, a decentralized real estate marketplace DApp created in October 2022. The goal is to update dependencies, improve the codebase, and adopt best practices with the latest Ethereum development tools.

Built on top of my step_by_step_progress project, this version introduces several improvements to ensure compatibility with modern Ethereum development tools.

Key Updates in This Project

Dependencies & Compatibility

  • Updated dependencies to the latest versions and removed unused ones
  • Upgraded Solidity to version 0.8.28
  • Refactored code to work with the latest Ethereum development tools

Testing & Deployment

  • Updated unit tests to use Hardhat’s fixtures instead of beforeEach() blocks
  • Refactored the Hardhat deployment script to use Ignition Modules

Miscellaneous Improvements

  • Various minor enhancements for readability, maintainability, and performance

For a deeper dive into specific improvements, check out:

See all projects