sherlock-protocol / sherlock-v2-frontend

Frontend for Sherlock V2 - a protocol for decentralized exploit protection.

Home Page:https://sherlock-v2-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sherlock V2 Interface

GitHub

This is interface for Sherlock - a protocol for decentralized exploit protection.

Installation

Requirements:

  • Node.js version >=14.18.0
  • npm version 8.3.0
$ git clone https://github.com/sherlock-protocol/sherlock-v2-frontend.git
$ cd sherlock-v2-frontend

# Set up environment variables
$ cp .env.example .env

# Install dependencies
$ npm install

# Run development server
$ npm start 

The app will be available at http://localhost:3000

License

This project is licensed under the MIT License.

About

Frontend for Sherlock V2 - a protocol for decentralized exploit protection.

https://sherlock-v2-frontend.vercel.app

License:MIT License


Languages

Language:TypeScript 94.3%Language:SCSS 5.4%Language:HTML 0.2%Language:JavaScript 0.1%Language:Shell 0.0%