8000 GitHub - KupiaSec/dss-2024
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KupiaSec/dss-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeFi Security Summit 2024 Notes

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.

Getting Started

Prerequisites

  • Python 3.x
  • pip

Installation

  1. Clone this repository:

    git clone https://github.com/KupiaSec/dss-2024.git
    cd dss-2024
  2. Create a virtual environment:

    python -m virtualenv venv
  3. Activate the virtual environment:

    # On Windows
    venv\Scripts\activate
    # On macOS/Linux
    source venv/bin/activate
  4. Install MkDocs and required plugins:

    pip install mkdocs mkdocs-material

    Refer to MkDocs documentation for more details.

Development

To run the documentation site locally:

mkdocs serve

This will start a development server at http://127.0.0.1:8000/

Deployment

GitHub Pages

To deploy to GitHub Pages:

mkdocs gh-deploy

This command builds the site and pushes it to the gh-pages branch of your repository.

License

This repository is only for educational purposes. All the rights belong to the original presenters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0