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
+77.6k Golang : How to return HTTP status code?
+14k Android Studio : Use image as AlertDialog title with custom layout example
+10.6k Golang : How to transmit update file to client by HTTP request example
+7.8k How to show different content from website server when AdBlock is detected?
+13.7k Golang : Get current time
+6.3k Golang : Totalize or add-up an array or slice example
+7.7k Golang : What fmt.Println() can do and println() cannot do
+31.8k Golang : Math pow(the power of x^y) example
+12.1k Golang : Search and extract certain XML data example
+18.1k Golang : Logging with logrus
+17.7k Golang : Convert IPv4 address to decimal number(base 10) or integer
+15.7k Golang : Generate universally unique identifier(UUID) example