Non-custodial transaction signing for web apps
1c7854b9ec
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. |
||
---|---|---|
example | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
angular.json | ||
extend-acorn.js | ||
index.html | ||
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.