Skip to content

mrarashel/optimism-herlock-v2-frontend

 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.3%
  • SCSS 6.1%
  • Other 0.6%