A more opinionated, but barebones front end Sveltekit web3 template using some of my favorite technologies, some might even say the best Sveltekit-web3 template.
sveltekit-reown-ethers is the lovechild of the 'create-skeleton-app' command and the demo example provided by Reown (formerly WalletConnect).
If you fork this repo and like it, maybe give it a star so other Sveltekit devs can see it when they search 'web3 sveltekit'. If you have meaningful contributions to add, I am happy to merge them.
The main differences between this repo and the older sveltekit repo I created are the following upgrades:
I found when trying to build this with the reown wagmi example, the writeContract
method would never find the correct provider, if this has been solved, then let me know and I will link your repo here.
./+page.svelte
Elliott Green - @cryptonines
Project Link: https://github.com/Elliott-Green/sveltekit-reown-ethers
This repository superceeds my previous opensource Sveltekit web3 UI learning efforts archived here and here.