svelte-evm-template Svelte Themes

Svelte Evm Template

A Svelte template that is out of the box usable on most EVM chains

Svelte EVM template

A simple svelte EVM template setup to easily start sending transactions to basic EVM chains. The template is setup to easily allow for simple projects to create a frontend. It comes with a preset navbar, wallet selector and chain selector.

Setting up new chains

The chains are setup in src/lib/wallet/chains.ts. To add a new chain, it should be added via to the chains array and a transport in the chainTransports transport. Once those are added, the wallet connection should work immediately.


Shout out to Union for most of the actual wallet logic

Top categories

Loading Svelte Themes