Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 838 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 838 Bytes

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.