Welcome to the DeFi Security Summit 2024 Notes collection! This site contains summaries and key insights from presentations at DeFi Security Summit 2024.
This documentation was built to provide quick summaries of all talks at DeFi Security Summit 2024. We used google/gemini-flash-1.5-8b to generate summaries from the video transcripts. All copyrights belong to the presenters; we simply wanted to create a quick way to catch up on all the talks.
- Python 3.x
- pip
-
Clone this repository:
git clone https://github.com/KupiaSec/dss-2024.git cd dss-2024
-
Create a virtual environment:
python -m virtualenv venv
-
Activate the virtual environment:
# On Windows venv\Scripts\activate # On macOS/Linux source venv/bin/activate
-
Install MkDocs and required plugins:
pip install mkdocs mkdocs-material
Refer to MkDocs documentation for more details.
To run the documentation site locally:
mkdocs serve
This will start a development server at http://127.0.0.1:8000/
To deploy to GitHub Pages:
mkdocs gh-deploy
This command builds the site and pushes it to the gh-pages
branch of your repository.
This repository is only for educational purposes. All the rights belong to the original presenters.