Typescript Boilerplate for building Ethereum dApps with Svelte Kit, TailwindCSS & Ethers.
The Svelte Kit Ethers Template is a template for building web applications using Svelte Kit and the Ethers library. It provides a basic setup for integrating Ethereum functionality into your app, including on-chain calls, interacting with Metamask, and managing wallets.
To install the Svelte Kit Ethers Template, follow these steps:
rpcUrl
parameter of ./src/lib/config.ts
.npm install
In the ./src/lib/config.ts
file, find the rpcUrl
parameter and replace the default RPC provider (https://rpc.ankr.com/eth
) with your own RPC provider endpoint.
To start the development server, run the following command:
npm run dev
The Svelte Kit Ethers Template provides a convenient starting point for building web applications that interact with Ethereum. It includes features for connecting to wallets, interacting with Metamask, and syncing contract state. By using this template, developers can quickly integrate Ethereum functionality into their Svelte Kit projects.