This is interface for Sherlock - a protocol for decentralized exploit protection.
- Website: https://www.sherlock.xyz/
- Interface: https://app.sherlock.xyz/
- Docs: https://docs.sherlock.xyz/
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
This project is licensed under the MIT License.