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.