Non-custodial transaction signing for web apps
Go to file
Daniel Krol fd74cf1f5a WIP - Channels, spending Keys (sort of) from hub
This doesn't compile. Lots of TODO comments and such. This should be undone and force pushed before merging into master.
2022-05-24 15:39:02 -04:00
example Clean up app login page. Remove unused global var. 2022-05-10 16:06:18 -04:00
src WIP - Channels, spending Keys (sort of) from hub 2022-05-24 15:39:02 -04:00
.browserslistrc LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
.editorconfig LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
.gitignore LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
.npmrc LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
angular.json Delete a bunch of angular/deso stuff we won't need post-angular 2022-04-09 15:39:29 -04:00
extend-acorn.js LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
index.html LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
LICENSE Add LBRY to LICENSE notice 2022-05-05 13:45:55 -04:00
package-lock.json Upgrade bitcoinjs-lib (lbry fork) package 2022-05-23 14:55:30 -04:00
package.json Upgrade bitcoinjs-lib (lbry fork) package 2022-05-23 14:55:30 -04:00
README.md LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
tsconfig.app.json LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
tsconfig.json LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
tsconfig.spec.json LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
tslint.json LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
webpack.config.js LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00

Forked from https://github.com/deso-protocol/identity though most of it is gutted.

LBRY Web Wallet

LBRY Web Wallet service

Development server

Run npm start for a dev server (this adds extra setup on top of mere ng serve). Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

After proper configuration of environment.ts and environment.prod.ts, run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.