De<Div/>

De<Div/>

"Share and Manage expenses with ease"

The problem De<Div/> solves

Managing shared expenses can be a headache. Whether splitting a dinner bill, sharing rent with roommates, or dividing travel costs among friends, keeping track of who owes what can be time-consuming and stressful. Traditional methods of splitting costs often involve manual calculations, delayed payments, and constant reminders.

De<div> is designed to address these pain points by offering an innovative solution that automates the division of funds using smart contracts and integrates seamlessly with cryptocurrency transactions.

When users pay with cryptocurrencies like Bitcoin or Ethereum, De<div> analyzes the transaction and creates a shared digital wallet where each member can contribute funds.

Challenges we ran into

Parsing transactional data was a challenging task because it involved extracting specific information from a large amount of complex data. The web3.js library provides an API endpoint to retrieve transactional data from the Ethereum blockchain. However, this data is typically in a raw format and needs to be parsed to extract meaningful information such as the sender address, recipient address, and transaction value.

Another challenge that we solved was the client-side rendering of responses. Careful management of state's had to be adequately implemented.

Discussion