A port of Scaffold-ETH 2 into SvelteKit/SvelteJS 5.
- Clone this repo
git clone https://github.com/byteatatime/scaffold-eth-svelte.git
cd scaffold-eth-svelte
yarn
- Run a local chain
yarn chain
- On a second terminal, deploy the example contract
yarn deploy
- Start the frontend
yarn start
Your app should now be running on http://localhost:5173
.
This part is currently WIP. For now, you can refer to the Scaffold-ETH 2 documentation, as most of the concepts are the same.