note: For a stable version use the master branch https://github.com/logos-co/logos-core-poc/tree/master
git submodule update --init --recursiveBuild & run all:
./scripts/run_app.sh allFor core & modules:
./scripts/run_core.sh allBuild Core only:
./scripts/run_core.sh buildBuild Container:
docker build -t logos-core .Run Container:
docker run -it logos-core-
QT 6.4
Ubuntu
apt-get install qt6-base-dev protobuf-compiler patchelf -
CMake
For some plugins
- Rust
- protobuf
π¦ logos-core-poc
β£ π core/ # Logos Core Library
β
β£ π logos_app/ # Application Layer
β β£ π app/ # Logos App POC
β β£ π logos_dapps/ # Applications for the Logos App
β β π chat_ui/ # Simple Chat App
β
β£ π modules/ # Modules for Logos Core
β β π chat/ # POC Chat API, interacts with Waku Module
β β π package_manager/ # Package Manager Module
β β π template_module/ # Example Module
β β π waku/ # Waku Module
β
β£ π scripts/ # Scripts
β£ π scripts/run_app.sh # Script to build and run the application
β£ π scripts/run_core.sh # Script to build and run the core