Web3-native software distribution.
- Publish Applications and Assets (EXEs, WASM, Docker images, NFTs, etc.)
- Multi-Factor Releases (multi-sig for publishing assets)
- Multi-Chain Support (EVM based only for now, NEAR coming soon)
Documentation for how to get started with Valist can be found at https://docs.valist.io.
This repo contains all services required to run Valist on your machine. However, you can also clone each repo and build components separately.
Start by cloning the repo and updating submodules.
git clone https://github.com/valist-io/valist
cd valist
bash update-submodules.sh main
To start the docker-compose run the following.
make dev
To deploy the contracts and subgraphs to the local ganache run the following.
make deploy
We welcome pull requests and would love to support our early contributors with some awesome perks!
Found a bug or have an idea for a feature? Create an issue.
Valist is licensed under the Mozilla Public License Version 2.0.