Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zororaka00/kritisi-explorer
Kritisi Explorer is a web application that allows users to explore and analyze smart contracts across multiple blockchain networks.
https://github.com/zororaka00/kritisi-explorer
arbitrum artificial-intelligence gemini nuxt postgresql prisma typescript vue
Last synced: 13 days ago
JSON representation
Kritisi Explorer is a web application that allows users to explore and analyze smart contracts across multiple blockchain networks.
- Host: GitHub
- URL: https://github.com/zororaka00/kritisi-explorer
- Owner: zororaka00
- License: other
- Created: 2024-11-27T17:19:34.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:35:54.000Z (15 days ago)
- Last Synced: 2024-12-09T08:28:57.766Z (15 days ago)
- Topics: arbitrum, artificial-intelligence, gemini, nuxt, postgresql, prisma, typescript, vue
- Language: TypeScript
- Homepage: https://explorer.kritisi.xyz/
- Size: 7.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kritisi Explorer
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
- OptimismIt provides a user-friendly interface for viewing contract details, auditing results, and accessing security reports across these networks.
## Setup
Make sure to install the dependencies:
```bash
# bun
bun install
```## Environment Variables
Create a `.env` file in the root directory with the following variables:
```env
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_key
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# bun
bun run dev
```## Production
Build the application for production:
```bash
# bun
bun run build
```Locally preview production build:
```bash
# bun
bun run preview
```## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or suggestions, please contact me at [[email protected]](mailto:[email protected]).