@bitcoin-computer/components
v0.26.0-beta.0
Published
<div align="center"> <h1>Bitcoin Computer Components</h1> <p> A component library for smart contract driven applications <br /> <a href="http://bitcoincomputer.io/">website</a> · <a href="http://docs.bitcoincomputer.io/">docs</a> </
Readme
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
Use
To re-build the code run
npm run buildTo run lint run
npm run lintTo run types run
npm run typesYou might have to restart the applications.
License
This software is licensed under the MIT License. See the LICENSE.md file.
This software includes patented technology that requires payment for use on mainnet or production environments. Please review the LEGAL.md file for details on patent usage and payment requirements.
