Skip to content

AthDevETH/neat-ethereum-starter

Repository files navigation

neat-ethereum-starter

A neat template for developing Ethereum-enabled web applications with the Foundry+SvelteKit+Skeleton.dev stack.

Requirements:

  • nodejs

  • pnpm

    npm i -g pnpm
  • foundry

    curl -L https://foundry.paradigm.xyz | bash;
    export PATH=$HOME/.foundry/bin:$PATH # or load it from your shell config which the script above should have configured
    foundryup
  • zellij

How To Use:

pnpm install
pnpm start

This will install all of the dependencies and start everything you need with hot reloading enabled on a local Anvil instance.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published