Startup Idea : App for taking notes on money borrowed from or lent to friends
Have you ever go for group lunch and someone in the group ends up as the person paying on behalf of the rest in the group after the meal. Chances are you will have trouble keeping track on who paid the meal and how much. How about keeping track of how much your friend owes you after you pick up their groceries? I have trouble keeping track that as well.
It would be nice to have an app that helps to keep track of who owes who and how much. Also, the app will alert the debtors and creditors when the transaction lapsed after awhile and nag the debtors to hurry up in paying their debt?
Saving the creditor's and debtor's friendship when nagging for money can be automated. :P
To keep things tight, how about recording every transaction in a blockchain? So that a debtor cannot claim that the debt has been paid if there's no transaction recorded in the blockchain. This is to encourage the debtor to pay via the app and the transaction will be recorded in a blockchain.
Perhaps the app maker can monetize by taking a small transaction fee. Cool?
Preview image credit: Alice Pasqual
See also : Startup Idea : Peer-to-peer currencies exchange app
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+47.5k Golang : Convert int to byte array([]byte)
+6.9k Javascript : How to get JSON data from another website with JQuery or Ajax ?
+11.8k Golang : Convert decimal number(integer) to IPv4 address
+15.8k Golang : Update database with GORM example
+12.1k Golang : List running EC2 instances and descriptions
+11.4k Golang : Handle API query by curl with Gorilla Queries example
+7.2k Golang : Individual and total number of words counter example
+36.2k Golang : Convert date or time stamp from string to time.Time type
+18.9k Golang : When to use public and private identifier(variable) and how to make the identifier public or private?
+11.6k Golang : Secure file deletion with wipe example
+11k Golang : Proper way to test CIDR membership of an IP 4 or 6 address example