Click here to visit the website or copy and paste the following URL into your browser: https://cold-storage-crypto-watch.firebaseapp.com/
Cold Storage Crypto Watch is an application that helps you keep track of your crypto currency holdings and alerts when there is a change in balance. Cold Storage Crypto Watch constantly updates the dollar value of your holdings and calculates subtotal per coin and the total amount.
BtcWatch always respects your privacy:
All information regarding the accounts live only in the local browser storage and is never uploaded to the cloud.
Open source at https://github.com/silviokucz/BtcWatch
Sources of information (APIs):
- Ticker: https://coinmarketcap.com/
- BTC: https://blockchain.info/
- ETH, LTC and DASH: https://www.blockcypher.com/
- BCH: https://blockdozer.com/insight/
Cold Storage Crypto Watch v1.0.0-beta Copyright ©2017 Silvio Kuczynski
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This project was generated with Angular CLI version 1.0.3.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|module
.
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.
ng build --env=prod
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.