Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 2.49 KB

README.md

File metadata and controls

75 lines (45 loc) · 2.49 KB

👋 Welcome Degens to Degen Analysis

GitHub contributors GitHub contributors

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.

degen analysis screenshot


Table of contents

What is the project about

Features

  • Show existing Audits for a Smart Contract
  • Detects type of Smart Contract
  • (soon) Use slither to automatically analyse Smart Contract

How to locally install the project

Using NPM

  git clone https://github.com/imbjdd/degenanalysis
  cd degenanalysis
  npm install
  npm run dev

Environment Variables

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

The Degen Analysis's stack

  • 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

How to contribute

Contributions are always welcome! Feel free to submit issues or pull requests.

License

MIT