mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-01-31 00:13:28 -05:00
1.1 KiB
1.1 KiB
title | description | weight | layout |
---|---|---|---|
Code Repositories | The code base for the different parts and tools of Veilid | 2 | subpage |
Veilid Framework
Getting Started
Please recursively check out the project using this command
git clone --recurse-submodules git@gitlab.com:veilid/veilid.git
Then read the development guide to get started.
About the Code Repo
The main repository is located at https://gitlab.com/veilid/veilid and includes several components
veilid-core
- the main Veilid crate: https://crates.io/crates/veilid-coreveilid-tools
- misc functions for veilid and friends: https://crates.io/crates/veilid-toolsveilid-wasm
- Veilid bindings for webassembly: https://crates.io/crates/veilid-wasmveilid-flutter
- Veilid bindings for Flutter/Dart. Comes with an example program: https://crates.io/crates/veilid-flutter- Also
veilid-server
andveilid-cli
source are also in this repo for building headless nodes
VeilidChat
The code for VeilidChat will be available at https://gitlab.com/veilid/veilidchat once we're recovered from DefCon.