# nexus-sdk
This repository is a compilation of open-source Nexus packages. This includes:
- [`nexus-cli`][nexus-cli-repo]
- [`nexus-sdk`][nexus-sdk-repo]
- [`nexus-toolkit-rust`][nexus-toolkit-rust-repo]
- [Standard Nexus Tools][nexus-tools-repo]
---
For more detailed documentation of the contents see [our Docs][nexus-wiki-link].
## Development
We use [just][just-repo]. Explore the repo by running it.
```bash
$ just
```
[nexus-cli-repo]: https://github.com/Talus-Network/nexus-sdk/tree/main/cli
[nexus-sdk-repo]: https://github.com/Talus-Network/nexus-sdk/tree/main/sdk
[nexus-toolkit-rust-repo]: https://github.com/Talus-Network/nexus-sdk/tree/main/toolkit-rust
[nexus-tools-repo]: https://github.com/Talus-Network/nexus-sdk/tree/main/tools
[nexus-wiki-link]: https://talus-labs.gitbook.io/talus-documentation
[just-repo]: https://github.com/casey/just