Non-custodial transaction signing for web apps
| e2e | ||
| example | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .gitignore | ||
| .npmrc | ||
| angular.json | ||
| Caddyfile | ||
| CODEOWNERS | ||
| Dockerfile | ||
| extend-acorn.js | ||
| index.html | ||
| karma.conf.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| tslint.json | ||
| webpack.config.js | ||
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.