Non-custodial transaction signing for web apps
Go to file
2022-04-08 11:40:20 -04:00
e2e LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
example README detail 2022-04-08 11:40:20 -04:00
src LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -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 LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
Caddyfile LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
CODEOWNERS LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -04:00
Dockerfile LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -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
karma.conf.js 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 LBRY Web Wallet initial commit (with some DeSo code still left over) 2022-04-08 11:27:09 -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.