svelte-eth-app

Svelte Eth App

Svelte Ethereum App

svelte-eth-app

Features:

  • Using SvelteKit with TypeScript for web app development
  • Using Foundry for Ethereum smart contract development (build, test, deploy)
  • Using Ethers.js to interact with smart contract via web app

Getting started

Requirements:

# Install web app dependencies
npm install

# Start web app development server
npm run dev

# Build web app for production
npm run dev

# Compile smart contracts
npm run contracts:build

# Test smart contracts
npm run contracts:test

Top categories

Loading Svelte Themes