ByteAtATime / scaffold-eth-svelte

A Svelte port of Scaffold-ETH 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffold-ETH-Svelte

A port of Scaffold-ETH 2 into SvelteKit/SvelteJS 5.

Getting Started

  1. Clone this repo
git clone https://github.com/byteatatime/scaffold-eth-svelte.git
cd scaffold-eth-svelte
yarn
  1. Run a local chain
yarn chain
  1. On a second terminal, deploy the example contract
yarn deploy
  1. Start the frontend
yarn start

Your app should now be running on http://localhost:5173.

Documentation

This part is currently WIP. For now, you can refer to the Scaffold-ETH 2 documentation, as most of the concepts are the same.

About

A Svelte port of Scaffold-ETH 2

License:MIT License


Languages

Language:Svelte 48.9%Language:TypeScript 46.8%Language:JavaScript 2.3%Language:Solidity 1.4%Language:HTML 0.4%Language:CSS 0.2%Language:Shell 0.0%