Tao wallet - week 1
Tao wallet is aiming to be an easy to use bitcoin and usd wallet for the masses. We only got started but we have made a lot of progress.
Progress
-
TaoWallet npm package - converted into typescript
-
Web client 1 uses remix , prisma and tailwindcss currently deployed here all the features provided have been built out in this client.
-
Web client 2 uses angular and express server currently WIP
Problems
- Web client 1 is not encrypting the lnmarkets secret keys. We need to figure out a way to encrypt it and restore it if need be.
Plans
-
Implement a feature to auto balance users holdings. Where a user can set how much of a percentage of bitcoin and usd the user wants to hold. The application will then swap btc to usd or usd to btc depending on the percentages and bitcoin price.
-
Think and Implement a solution to the problem stated above.