Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

mark3labs/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

Ensure you have pnpm installed.

Run:

pnpm install
pnpm run dev

You should now have a working dev environment.

License

MIT License