Skip to content

Kumarutkarsh9470/expense-tracker-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ธ Expense Tracker DApp โ€“ BlockBase Project (FEC Submission)

This is a decentralized expense tracking application built as part of the BlockBase Project, mentored by FEC. The DApp allows users to register using their Ethereum wallet and track group expenses, all powered by smart contracts on the Sepolia testnet.


๐Ÿš€ Features Implemented

โœ… Solidity Feature Implemented:

getTotalRegistered()

  • Returns the total number of users registered on the platform.
  • This function was added to the original smart contract:
function getTotalRegistered() public view returns (uint) {
    return people.length;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages