Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 405 Bytes

Chainmail

Installation

  1. Install Python 3.6 or above (consult Google for instructions for your operating system)

  2. Clone the repository

     git clone https://github.com/Chainmail-Project/Chainmail
    
  3. Run the setup to get all the dependencies ready

     chmod +x setup.sh
     ./setup.sh
    
  4. Start the server using the start script

     chmod +x start.sh
     ./start.sh