Welcome to SkeleKit-WagmiConnect.

SkeleKit-WagmiConnect is a template application for developing Web3 Applications with Sveltekit.

SkeleKit-WagmiConnect is the lovechild of the 'create-skeleton-app' and the demo example provided by WalletConnect.

I got so tired of not having a decent baseplate for starting web3 applications with my favorite technologies, so I made it. You're welcome.

Clone this repo git clone https://github.com/Elliott-Green/skelekit-wagmiconnect.git

Run the site locally pnpm i && pnpm run dev

Test production build pnpm run build && pnpm run preview

Lint format and style check the site pnpm run lint && pnpm run format && pnpm run check

Build, start, stop and remove docker images pnpm run docker:build && pnpm run docker:run && pnpm run docker:stop && pnpm run docker:remove

Try editing the following:

/src/routes/+layout.svelte

/src/routes/+page.svelte

Add a Custom Wallet to Web3Modal.

Try signing into a wallet to access:

/_personal_sign

/_signTypeData_v4

/_eth_sendTransaction