This is an example of how to use SvelteKit with the Wagmi/core library to create a wallet connector.
It has been created:
connect
and disconnect
.These features are located in the src/lib/wallet/wallet.ts
file.
The use of these functionalities is made in src/routes/+page.svelte
.