Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.0 #24

Merged
merged 15 commits into from
Apr 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Netlify Status](https://api.netlify.com/api/v1/badges/1d54e4f5-13f5-4dec-a155-5d69e41b56b0/deploy-status)](https://app.netlify.com/sites/cryptolio/deploys)

[![Netlify Status](https://api.netlify.com/api/v1/badges/c95c752f-a006-47bb-9b3f-8269fc9d0a14/deploy-status)](https://app.netlify.com/sites/cryptolio/deploys)
# Explore the world of cryptoassets
## Simulate price gain to see your earning potential!

* Balance tracking.
* Interest Calculator: See what you'll earn Daily, Weekly, Monthly, and Yearly.
* Exit Planning: Add sell targets and set the percent you want to see to your potential profits.
* All symbols listed (6197 Assets Available v3.1.0)
* All symbols listed (4570 Assets Available v3.2.0)
* Multiple Asset display styles by default (Classic Card, Compact Card, Table) with the extensability to implement your own.
* Full range configuration: Only see info on the assets you want to see
* Multi-currency.
* Source data from CoinMarketCap or CoinGecko
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptolio",
"version": "3.1.1",
"version": "3.2.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
Expand All @@ -11,6 +11,7 @@
"events": "^3.0.0",
"export-from-json": "^1.3.0",
"font-awesome": "^4.7.0",
"number-abbreviate": "^2.0.0",
"react": "latest",
"react-dom": "^16.4.2",
"react-hot-keys": "^2.5.2",
Expand Down
Loading