The Ethereum Diamond Inspector
View Demo
.
Report Bug
.
Request Feature
Louper is an innovative open-source tool designed to inspect EIP-2535 Diamond proxy contracts on EVM (Ethereum Virtual Machine) compatible blockchains. EIP-2535 Diamonds is an advanced smart contract specification that provides a powerful approach for creating upgradable and scalable smart contracts. Louper aims to provide a comprehensive and easy-to-use interface for interacting with these intricate and complex contract structures.
-
View Verified Facets: Essential for analyzing the composition and structure of an implemented Diamond, Louper allows you to view the verified facets of any EIP-2535 Diamond. Obtain real-time visibility into the facets that form the Diamond and understand their individual functionality.
-
Read-Only Function Calls: Read a diamond contract's state directly through their exposed functions. Louper enables you to call read-only functions from the diamond contract context for easy and non-intrusive exploration of the contract's current state.
-
Execute Writable Functions: Go beyond just viewing and interact with the contract in more impactful ways. Louper provides an interface to execute writable functions from the diamond contract context, enabling state-changing operations.
-
Facet Management: Stay flexible and adaptable to evolving requirements with Louper. You can add, replace or remove facets from an existing diamond contract, providing a significantly easy and straightforward approach to manage and manipulate the design and functionality of the diamond contracts.
Louper is a tremendously valuable tool for Ethereum developers and enthusiasts aiming to leverage the power of the EIP-2535 Diamond Standard. Whether you are a novice engineer trying to understand more about the inner workings of diamond contracts or an experienced blockchain developer looking to reduce the complexity of managing diamond contracts, Louper could be the tool you need.
Start using Louper today and bring clarity, simplicity and adaptability to your EIP-2535 Diamond proxy contracts.
Louper owes its existence and functionality to several outstanding open source libraries and tools. These include:
To get a local copy up and running follow these simple example steps.
- bun
curl -fsSL https://bun.sh/install | bash
- Clone the repo
git clone https://github.com/mark3labs/louper-v3.git
- Change directories
cd louper-v3
- Install dependencies
bun install
- Run DB migrations
bun ./scripts/migrate.ts
- Start the dev server
bun --bun --hot-dev
You can view your local instance by pointing your browser to: http://localhost:5173
You can also run Louper locally using Docker. To do so, follow these steps:
docker run --rm -it -p 3000:3000 mark3labs/louper-web
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Check out the
dev
branch (git checkout dev
) - Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Ed Zynda - Software Engineer - Ed Zynda - Louper Creator