makoto / blockparty

NO BLOCK NO PARTY
MIT License
164 stars 41 forks source link

Set gasPrice dynamically #120

Open makoto opened 6 years ago

makoto commented 6 years ago

Currently gas price is manually set at here. Come up with a way to get the latest low gasPrice from somewhere like https://ethgasstation.info/calculatorTxV.php

colindaymond commented 6 years ago

https://www.reddit.com/r/ethdev/comments/7jaxu5/super_simple_gas_price_api/

Somewhere like that help?

makoto commented 6 years ago

@colindaymond I don't run backend server so python module won't work. I wonder if there are js versions.