BootNodeDev / dAppBooster

A modern blockchain boilerplate built to quickly get you started with your next project.
https://dappbooster.dev
MIT License
5 stars 1 forks source link

feat: TransactionButton component and others #145

Closed luchobonatti closed 5 months ago

luchobonatti commented 5 months ago

Closes #31

Description:

UPDATE:

I made some final modifications to the txButton. I believe this approach is the best.

Steps:

The transactions can be tested in Sepolia network If wallet is not connected displays ConnectButton

Type of change:

How Has This Been Tested?

Remember to check that:

Screenshots

(Add screenshots or videos to help test this pull request)

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dappbooster ✅ Ready (Inspect) Visit Preview Jul 2, 2024 4:46pm
luchobonatti commented 5 months ago
  • Added a demo for the TransactionButton component on the index page.

Beautiful code!

I'm not connected, but I'm getting this image ... instead of the "connect your wallet" message.

I lost the ability to switch networks from the modal: image

I changed to Sepolia from the wallet, and got this: image

I wasn't able to test it but, boy, it looks promising!!

oh, it seems like you don't set the dev mode on true. I hardcoded the contracts address in the demo file, it only works on Sepolia. Let me see what happened.

fernandomg commented 5 months ago

oh, it seems like you don't set the dev mode on true.

aaaaah!! I see 🫠