Non-custodial transaction signing for web apps
Go to file
2022-05-04 19:13:44 -04:00
example Remove protractor (testing) related stuff we're most likely not going to use 2022-05-04 17:34:54 -04:00
src Remove some stuff we wont need in signing and identity service 2022-05-04 19:13:44 -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 LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
package-lock.json package-lock.json reference reformat 2022-04-08 20:35:46 -04:00
package.json LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -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.