valist
valist copied to clipboard
Web3-native software distribution. Publish and install executables, Docker images, WebAssembly, and more. Powered by Ethereum, IPFS, and Filecoin.
Web3-native software distribution.
Features
- 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
Documentation for how to get started with Valist can be found at https://docs.valist.io.
Examples
Building
This repo contains all services required to run Valist on your machine. However, you can also clone each repo and build components separately.
Development
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
Contributing
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.
Maintainers
License
Valist is licensed under the Mozilla Public License Version 2.0.