https://github.com/whardier/icebox
Wallet(s) Value Assessment (Client Side/Open Source)
https://github.com/whardier/icebox
bootstrap bootstrap4 erc20 ethereum ethereum-token wallets-management
Last synced: 2 months ago
JSON representation
Wallet(s) Value Assessment (Client Side/Open Source)
- Host: GitHub
- URL: https://github.com/whardier/icebox
- Owner: whardier
- License: mit
- Created: 2017-08-05T16:01:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T01:13:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T05:26:00.744Z (4 months ago)
- Topics: bootstrap, bootstrap4, erc20, ethereum, ethereum-token, wallets-management
- Language: HTML
- Homepage: https://whardier.github.io/icebox/
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IceBox
Icebox is a simple client side client that can view public cryptocoin wallet information and compare the holdings with several open exchange APIs. It shows a current snapshot of your cryptocoins and tokens against a quote currency.
Multiple wallets addresses are supported.
# Getting Started
Visit https://whardier.github.io/icebox/ to get started. You will be presented an initial form that will generate a URL that you can use, or share, as you wish.
# The URL
Take the following example:
```https://whardier.github.io/icebox/?KiddoCollegeFund=ETH:0x29BBE4a7960fef776C9f1a8a2055Aa551D91a1B9Ð:0xc0FfEEFF79F9C1F2579F0E071b96768c75695fe9```
The first query argument is a Key/Value pair where the key is your personal name for a specific address (```KiddoCollegeFund```) and the value is the address itself (```ETH:0x29BBE4a7960fef776C9f1a8a2055Aa551D91a1B9```).
You can also simply list a bare address (```ETH:0x29BBE4a7960fef776C9f1a8a2055Aa551D91a1B9```).
Last but not least you can list an optional url fragment which will bring focus to a specific wallet address as well as add it to the avialable wallet list if it isn't already specified (```#0x29BBE4a7960fef776C9f1a8a2055Aa551D91a1B9```).
# Security
Only public keys are in use.
This program only looks at publically available information and will never ask you for a private key.
# Links
Me: https://whardier.github.io/