Skip to content

metaglobal/louper-v2

 
 

Repository files navigation

Louper - The Ethereum Diamond Inspector

A simple UI for viewing details about EVM smart contracts using EIP-2535 (Diamond Standard)

Features:

  • View diamond details include all facets and their methods
  • Read from facet methods
  • Write to facet methods
  • MIT License completely open source to do with as you please

Development

Prerequisites

You will need a Subabase local db instance. Follow the instructions to get set up.

Run:

supabase init
supabase start
supabase db reset

You should now have a working DB.

Run:

cp .env.example .env
supabase status

Copy the service_role key and paste that as the value of SUPABASE_KEY in .env

Run:

pnpm run dev

You should now have a working dev environment.

License

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 68.9%
  • TypeScript 26.2%
  • JavaScript 2.7%
  • HTML 1.7%
  • Other 0.5%