Open kshilov opened 3 years ago
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
This issue now has a funding of 0.0499 ETH (199.91 USD @ $4006.13/ETH) attached to it as part of the strips-finance/ fund.
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Workers have applied to start work.
These users each claimed they can complete the work by 265 years from now. Please review their action plans below:
1) theslayer-666 has applied to start work _(Funders only: approve worker | reject worker)_.
I can implement such an Discord bot in a short time
Learn more on the Gitcoin Issue Details page.
This is my current implementation for your issue https://github.com/strips-finance/token-api/pull/2
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work for 0.0499 ETH (206.14 USD @ $4122.77/ETH) has been submitted by:
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work for 0.0499 ETH (206.14 USD @ $4122.77/ETH) has been submitted by:
- Learn more on the Gitcoin Issue Details page
- Want to chip in? Add your own contribution here.
- Questions? Checkout Gitcoin Help or the Gitcoin's Discord
- $2,500,000,006,958,612.35 more funded OSS Work available on the Gitcoin Issue Explorer
I've submitted my work on Gitcoin, please check @kshilov
@gitcoinbot mark as solved
Create a bot for discord that will display price of STRP in USDC in "user list" in discord:
The price of STRP in USDC can be calcualted using coingecko api: https://api.coingecko.com/api/v3/simple/price?ids=strips-finance&vs_currencies=usd&include_24hr_change=true
STRP - is the token with 100mln supply on ethereum. address: https://etherscan.io/address/0x97872EAfd79940C7b24f7BCc1EADb1457347ADc9
The bot function should be deployed to aws lambda, following the example of "circulating-supply" in this repo.