tao-web implements the tao-wallet npm package to let you swap between Bitcoin and USD. tao-wallet currently utilizes the LN Markets API so all Bitcoin you send to tao-web will be custodied by LN Markets.
Note: LN Markets API access is blocked for US citizens at this time.
Clone the repo and navigate to it:
git clone https://github.com/cold-sats/tao-web
cd tao-web
Run npm install to install dependencies:
npm i
Install Angular CLI globally:
npm i -g @angular/cli
Run on http://localhost:3000/#/:
npm start
tao-web, tao-wallet and other ongoing projects in the Tao community welcome contributions. Take a look at the issues and open a PR. Join the Tao Discord or Telegram to get involved.