aramalipoor / louper-v2

Louper V2

Home Page:https://louper.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Louper V2

https://louper.dev


Languages

Language:Svelte 69.3%Language:TypeScript 25.8%Language:JavaScript 2.8%Language:HTML 1.6%Language:CSS 0.3%Language:Shell 0.2%