How to convert INR to wei_Eth : Reference Remix Fund Me. #5058
thelastdemon1337
started this conversation in
General
Replies: 1 comment
-
Use an API: You can use an external API to get the current ETH/INR exchange rate and then use it to convert user input in INR to ETH in wei. Some popular APIs for this purpose include CoinGecko, CryptoCompare, and CoinMarketCap. Here's an example of how you can use the CoinGecko API in JavaScript:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to take user input in terms of INR and convert to eth in wei for further transactions. Any idea how to implement this?
Any possible approach including any free API would be helpful. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions