The Squad contains the following Cosmos SDK modules
If you haven't already, install Golang by following the official docs. Make sure that your GOPATH
and GOBIN
environment variables are properly set up.
This project uses customized cosmos-sdk, Please check the difference on here.
Requirement | Notes |
---|---|
Go version | Go1.18 or higher |
Cosmos SDK (custom) | v1.1.1-sdk-0.45.9 |
# Use git to clone the source code and install `squad`
git clone https://github.com/cosmosquad-labs/squad.git
cd squad
make install
To get started to the project, visit the TECHNICAL-SETUP.md docs.
The Squad documentation is available in docs folder and technical specification is available in x/{module}/spec/
folder.
We welcome contributions from everyone. The main branch contains the development version of the code. You can branch of from main and create a pull request, or maintain your own fork and submit a cross-repository pull request. If you're not sure where to start check out CONTRIBUTING.md for our guidelines & policies for how we develop squad. Thank you to all those who have contributed to squad!