Non-custodial transaction signing for web apps
Find a file
Daniel Krol 1c7854b9ec Switch to sending Channel info to apps
Instead of account info. Stubbed out the hub work. Haven't made the example app accommodate it. Plenty left to do, but this lays down the order of things.
2022-05-10 12:57:11 -04:00
example Renamed components for clarity 2022-05-05 16:55:00 -04:00
src Switch to sending Channel info to apps 2022-05-10 12:57:11 -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 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.