celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
684 stars 360 forks source link

Add Documentation for contractkit gas minimum estimation #7217

Closed aslawson closed 3 years ago

aslawson commented 3 years ago

Expected Behavior

User should be able to find how to estimate gas minimum via contractkit.

Current Behavior

Steps exist in contractkit README.md but nothing in mentioned in the Celo Docs

Googling "celo gas price" returns the protocol docs.

https://docs.celo.org/celo-codebase/protocol/transactions/gas-pricing https://docs.celo.org/celo-codebase/protocol/transactions/erc20-transaction-fees

We should probably add more robust code example around here: https://docs.celo.org/developer-guide/contractkit/usage And then mention and link this in the protocol sections above.

Related thread: https://celo-org.slack.com/archives/C014SRL4URY/p1614035787036000

aslawson commented 3 years ago

duplicate