This package contains components that are used in several applications. Have a look at the other packages for how to use.
Currently it contains the following:
- Auth - Login and logout
- Wallet - Deposit cryptocurrency
- Gallery - displays a grid of smart objects
- SmartObject - displays a smart object and has a form for each of its methods
- Transaction - displays a transaction including its Bitcoin Computer expression if it has one
- Modal - displays a modal window
To re-build the code run
npm run build
To run lint run
npm run lint
To run types run
npm run types
You might have to restart the applications.
See here.