A Java wrapper to get cryptocurrency values
The invention of Blockchain for Bitcoin [Nakamoto 08] first implemented in 2009 made it the first crypto-digital-currency to solve the double-spending problem without the need of a trusted authority or central server (traditionally, banking systems).
The double-spending problem is the potential flaw in a digital cash scheme in which the same single digital token can be spent more than once. Interest in Bitcoin and other cryptocurrencies (e.g, ETH from Ethereum) has risen considerably in recent years.
However, cryptocurrencies prices are highly volatile. The result code tracks some cryptocurrency (and token) values, e.g., ADA (Cardano), LINK (Chainlink), XLM (Stellar), MIOTA (IOTA), ZEC (Zcash), UNI (Uniswap) and MATIC (Polygon) using Java.
The double-spending problem is the potential flaw in a digital cash scheme in which the same single digital token can be spent more than once. Interest in Bitcoin and other cryptocurrencies (e.g, ETH from Ethereum) has risen considerably in recent years.
However, cryptocurrencies prices are highly volatile. The result code tracks some cryptocurrency (and token) values, e.g., ADA (Cardano), LINK (Chainlink), XLM (Stellar), MIOTA (IOTA), ZEC (Zcash), UNI (Uniswap) and MATIC (Polygon) using Java.
The application is configured with the .properties files called tokens.properties, cryptocurrencies.properties and change.properties
Reference:
[Nakamoto 08] S. Nakamoto. "Bitcoin: A Peer-to-Peer Electronic Cash System". 31 October 2008.
Available at:
https://bitcoin.org/bitcoin.pdf
Reference:
[Nakamoto 08] S. Nakamoto. "Bitcoin: A Peer-to-Peer Electronic Cash System". 31 October 2008.
Available at:
https://bitcoin.org/bitcoin.pdf





<< Home