Merkle Money is a cryptocurrency mock-trading app based on Coinbase.
The Merkle Tree is the data structure used by Bitcoin to hash transactions.
- Fetch and track real-time cryptocurrency prices
- Build a no-risk portfolio with over ten different cryptocurrencies
- Review recent transactions
- This function ensures users only enter numeric values when buying or selling cryptocurrencies
- If the amount entered is greater than 9999, and the user is not attempting to delete the amount, use local state to keep the current amount.
- If the user clicks a non-numeric key, and the user is not attempting to delete the amount, do not update the input field.
- React
- Redux
- Rails