This is a simple project that aims to provide tools to help users create their own rules to evaluate cryptocurrency assets (alt coins) and organize their assets.
- Max price is an initial info based on BTC market cap (dominant coin) and the target coin supply. Basically: What would be the price if this coin had the same market cap as BTC?
- Potential growth is the difference between max price and current price
- The user can create custom valuation settings
- Once a coin is tracked it's possible to rate it based on the valuation settings previously defined. These rules will affect the potential growth to generate the expected price and expected growth
It works by accessing cryptocurrency_valuation_api
The data comes from the public CoinMarketCap API. It's updated every 15 minutes and respects the usage limits.
yarn dev
yarn build
yarn deploy
- Add unit tests
- Add e2e tests
- Apply some refactoring to extract code to specific components
- Improve assets page to allow the user to register not only the amount but also when a coin is bought or sold and associated costs. That will provide a more accurate overview as well as information such as mean price
- Create an initial page to show in the root path. It could display news and useful graphs for example
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Cosmos Tecnologia © 2017-2018