DEV Community

Cover image for For the last few days, gas fee has become ridiculously high $$$ so I've built an app to save money
deepu
deepu

Posted on

2 1

For the last few days, gas fee has become ridiculously high $$$ so I've built an app to save money

Firstly, I am new to web3 so to get into that eco-system I wanted to build something small. One of the pressing issue in web3 especially in ETH is gas fee which is like a transaction fee. For many unknown reasons, gas fee has become ridiculously high for the last few days.

Ex: To make a small transaction you got to shell out anywhere between $30 to $200. (At the time of writing this article it is ~$110)

Gas fee is calculated based on the complexity of the transaction, number of people transacting at the time of your transaction + some other factors.

To help others save $$$ on gas fee I've focused on one problem.

  • Majority of the users make transactions on desktop instead of mobile(because the mobile adoption for web3 is not quite there yet), so I've focused to build a desktop app so it is right there on your desktop always
  • The app will show the user the ethereum price and gas fee based on the priority.
  • To help save money, user can set reminders based on the gas fee. (For instance, if you're comfortable enough to make a transaction on eth when gas fee is 20 Gwei, you can set that value for the reminder)

ETH Gas Alert

*Download for free - https://ethgas.carrd.co/?ref=producthunt
*

Image description

Image description

Image description

Tech stack:
Frontend: Swift(Appkit & UIKit)
Backend: Supabase(DB, API and Cron job)

ETH Gas Alert

*Download for free - https://ethgas.carrd.co/?ref=producthunt
*

If you want to learn more about how I used Supabase you can read here https://dev.to/pradeepb28_/ive-built-a-mac-app-using-supabase-1ank (lmk if you need more information, happy to detail them)

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay