Kritisi Explorer is a web application that allows users to explore and analyze smart contracts across multiple blockchain networks. Currently supported networks include:
- Ethereum
- Arbitrum
- Base
- Optimism
It provides a user-friendly interface for viewing contract details, auditing results, and accessing security reports across these networks.
Make sure to install the dependencies:
# bun
bun installCreate a .env file in the root directory with the following variables:
DATABASE_URL=your_database_url
CRON_SECRET_KEY=your_cron_secret
# Chain API Keys
ETHERSCAN_API_KEY=your_etherscan_key
ARBISCAN_API_KEY=your_arbiscan_key
BASESCAN_API_KEY=your_basescan_key
OPTIMISM_API_KEY=your_optimism_key
# AI Integration
GEMINI_API_KEY=your_gemini_keyStart the development server on http://localhost:3000:
# bun
bun run devBuild the application for production:
# bun
bun run buildLocally preview production build:
# bun
bun run previewThis project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please contact me at rakawidhiantoro@gmail.com.