python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Uniswap getAmountsOut() rounds value down to nearest Ether
I'm calling getAmountsOut() from the UniswapV2Router02 contract using ethers.js, where I'm checking the amount of ETH I can get for 50000 DAI.
Using the below code, the output amount tells me I can cu...
Jasperan
Votes: 0
Answers: 1
How to deploy ganache workspace
I am having a flutter project where I have written code for Ethereum transfer. The problem is it is only working for static rpc URL like I have given IP address of my wifi.
I am new to ganache, and I ...
Harsh Bhalala
Votes: 0
Answers: 1
sending a transaction requires a signer
I have an NFT Contract and I need to mint NFTs. Also I have a second contract
for handling buying and selling NFTs into this contract.
I am using the ethers library.
this is my code for config:
static...
Mr Coder
Votes: 0
Answers: 1
Installing eth-brownie with pipx issue
Hey so I'm trying to install eth-brownie with pipx using the command:
pipx install eth-brownie
Unfortunatly this gives me an error message which I'm having a lot of trouble understanding. I know I sho...
Kidkaos
Votes: 0
Answers: 1