removing accidentially commited ./docker

This commit is contained in:
Evgeny Vakhteev
2023-04-18 13:16:10 -07:00
parent c62c8c6e71
commit 49e4b75039
6 changed files with 0 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

View File

@@ -1,17 +0,0 @@
# Use the DexGuru API to retrieve top trending tokens data
import requests
url = 'https://api-stage-lax.dex.guru/v2/tokens/trending'
headers = {'Content-type': 'application/json'}
payload = {'ids': [], 'network': 'eth,optimism,bsc,gnosis,polygon,fantom,zksync,canto,arbitrum,nova,celo,avalanche'}
response = requests.post(url, json=payload, headers=headers)
if response.status_code == 200:
data = response.json()
# data contains list of dict objects describing the trending tokens
# EXTRACT INFO YOU WILL NEED TO SUGGEST INVESTMENTS HERE
print(data)
else:
print(f"An error occurred with status code {response.status_code}")

View File

@@ -1,3 +0,0 @@
{
"EXECUTE_LOCAL_COMMANDS": "True"
}

View File

@@ -1,7 +0,0 @@
# Legal Risk Statement
As an LLM, we would like to remind you of the risks associated with cryptocurrency investment. While cryptocurrencies have become an appealing investment choice, it is also a highly volatile market. As such, we advise that you carefully consider the risks before making any investments.
We caution users that the crypto market is generally unregulated, meaning that it is not bound by any particular legal framework. Virtual currencies are also a new and rapidly evolving technology, and as such, new developments may affect their long-term ability to remain a viable investment option. Therefore, it is essential to understand that investing in cryptocurrency comes with inherent risks that are associated with any investment.
Please note that this statement is for educational purposes only and does not constitute legal or financial advice. Before making any significant financial decisions, you should seek professional advice tailored to your needs and objectives.