STORY
Tao wallet - week 1
AUTHOR
Joined 2022.10.16
PROJECT
DATE
VOTES
sats
COMMENTS

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

  1. TaoWallet npm package - converted into typescript

  2. Web client 1 uses remix , prisma and tailwindcss currently deployed here all the features provided have been built out in this client.

  3. Web client 2 uses angular and express server currently WIP

Problems

  1. 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

  1. 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.

  2. Think and Implement a solution to the problem stated above.