huseyindeniz / vite-react-dapp-template

Vite React Template for dApp Frontend Development
https://huseyindeniz.github.io/react-dapp-template-documentation/
MIT License
7 stars 5 forks source link

EIP-6963 support #49

Open huseyindeniz opened 4 months ago

huseyindeniz commented 4 months ago

https://metamask.io/news/developers/how-to-implement-eip-6963-support-in-your-web-3-dapp/

ethers.js PR: https://github.com/ethers-io/ethers.js/pull/4665

jeasonstudio commented 4 months ago

You can have a look at Ant Design Web3:https://web3.ant.design/ It inherits wagmi by default and supports multiple chains. This PR was proposed by me when it was compatible with ethersjs.

huseyindeniz commented 4 months ago

thanks for the link @jeasonstudio . Actually this repository is for people seeking dApp templates with alternate approaches. Those packages/libraries/frameworks abstraction levels are either too low or too high for my requirements in most cases and I'm not fan of their architectural/programming/marketing styles in general.

huseyindeniz commented 1 month ago

https://docs.metamask.io/wallet/tutorials/react-dapp-global-state/