ZK Explorer is a specialized blockchain explorer for Zero-Knowledge (ZK) transactions. It provides users with the ability to browse, verify, and interact with ZK proofs and related smart contract details while maintaining the privacy standards of ZK protocols.
- View and verify smart contract code and ZK proofs
- Simplified presentation of constraints and metadata
- Display of z-keys and actual proof data
- Proof verification with a user-friendly interface
- Search and query functions based on addresses
- Graphical visualization of transaction history
- (Future) Manual creation of proofs
- Ensure pnpm is installed on your system.
Clone the repository:
```sh git clone [repository-url] ```
Navigate to the project directory:
```sh cd zk-explorer ```
Install dependencies:
```sh pnpm install ```
Build the project:
```sh pnpm build ```
Run the application:
```sh pnpm start ```
After launching the app, visit http://localhost:3000
in your web browser to access the ZK Explorer.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
Please ensure to update tests as appropriate.
Project Link: repository-url
Support Email: support-email
- Thanks to all contributors who participate in this project.
- Special thanks to the ZK community for their guidance and support.