ByteAtATime / abi-converter

Home Page:https://abi-converter-svelte.vercel.app

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

https://abi-converter-svelte.vercel.app

License:MIT License


Languages

Language:TypeScript 56.8%Language:Svelte 38.4%Language:JavaScript 2.0%Language:Solidity 1.8%Language:CSS 0.6%Language:HTML 0.4%Language:Shell 0.0%