Warning
The project is under development and is not yet finished. Some features may be missing or unstable.
This is the repo for the Degen Analysis website. The goal of the website is to analyze smart contracts and search for existing audits. Check an example here.
Core values of the projects include Open Data. Learn more on Degen Analysis.
- What is the project about
- How to locally install the project
- The Degen Analysis's stack
- How to contribute
- Show existing Audits for a Smart Contract
- Detects type of Smart Contract
- (soon)
Use slither to automatically analyse Smart Contract
git clone https://github.com/imbjdd/degenanalysis
cd degenanalysis
npm install
npm run dev
To run this project, you will need to add the following environment variables to your .env file
-
NEXT_PUBLIC_SUPABASE_URL
-
NEXT_PUBLIC_SUPABASE_ANON_KEY
-
INFURA_KEY
- React - library for web and native user interfaces
- Next.js - React framework
- Tailwind.css - utility-first CSS framework
- Shadcn/UI - accessible and customizable components that you can copy and paste into your app
- Supabase - open source Firebase alternative
- Infura - powerful suite of high availability blockchain APIs and developer tools
Contributions are always welcome! Feel free to submit issues or pull requests.