-
# Document
[http://127.0.0.1:5500/board.html](http://127.0.0.1:5500/board.html)
-
Color of money green
Build a Python script that pulls real-time cryptocurrency data (e.g., Bitcoin, Ethereum) and displays price changes.
-
Add support for Huobi cryptocurrency exchange
* Implement spot trade detail stream
https://huobiapi.github.io/docs/spot/v1/en/#trade-detail
* Implement spot market by price stream
https://huo…
-
Price (i):
Market Cap (i):
Market Cap = Current Price x Circulating Supply.
Impact Score (I): The Score of each Institution is defined by the range in which the Notation (N) of each Insti…
-
In this project, you need to build a Real-time price alert app that will notify you when cryptocurrencies hit certain prices in USD. You can keep this program running in the background. Your computer …
-
### Analyzing Cryptocurrency with Airbyte
Extract live price, volume, or historical data from cryptocurrency exchanges like CoinGecko. Use Airbyte to load the data and perform in-depth market analysi…
-
If you want to reduce the financial risk, follow the rules of risk diversification and risk management. Risk diversification is the dividing of the capital among the different assets and brokers to ta…
-
**Describe the solution you'd like**
There's a relationship between the GPU pricing and Cryptocurrency. It would be interesting to explore this further.
-
Instead of just fetching the first 5000, can we just just pass a list of symbols to fetch? Benefits:
1. Reducing API credits used
2. Reducing traffic
3. Allowing prices for currencies after #5000
…
-
I followed README.
1. yarn install
2. yarn run truffle deploy --network deployment
3. Updated truffle.js with my mnemonic and infura URI.
3. yarn run truffle deploy --network rinkeby
Fails on…