Files
Dario Lipicar 36c56f7dc0 bump all submodules (#55)
* bump all submodules

* sort packages

* use default #lgx-portable instead of nix bundle

* bump logos-accounts-ui

* make publishing optional

* bump moar

* script improvements

* bump logos-package

* bump logos-blockchain-module
2026-06-09 14:42:22 -03:00

1.4 KiB

logos-modules

Run this to fetch all modules after cloning:

git submodule update --init --recursive

to compile all modules in one go

./compile.sh

Modules

Path Repository
logos-accounts-module https://github.com/logos-co/logos-accounts-module
logos-accounts-ui https://github.com/logos-co/logos-accounts-ui
logos-blockchain-module https://github.com/logos-blockchain/logos-blockchain-module
logos-blockchain-ui https://github.com/logos-blockchain/logos-blockchain-ui
logos-chat-module https://github.com/logos-co/logos-chat-module
logos-chat-ui https://github.com/logos-co/logos-chat-ui
logos-delivery-module https://github.com/logos-co/logos-delivery-module
logos-execution-zone-module https://github.com/logos-blockchain/logos-execution-zone-module
logos-execution-zone-wallet-ui https://github.com/logos-blockchain/logos-execution-zone-wallet-ui
logos-storage-module https://github.com/logos-co/logos-storage-module
logos-storage-ui https://github.com/logos-co/logos-storage-ui
logos-wallet-module https://github.com/logos-co/logos-wallet-module
logos-wallet-ui https://github.com/logos-co/logos-wallet-ui

Requirements

  • Modules must support compiling with nix build '.#lib'
  • Modules output must go into result/lib/*
  • Modules must have a metadata.json. If there are multiple files then the main field must be defined.