Sup is a package manager of substrate which uses the github as registry.
With sup
, you can create
you substrate node just in one command, upgrade
or downgrade
your substrate dependencies in one command as well.
For the official tutorial of creating substrate node without sup, please check out Create Your First Substrate Chain. For the example of using sup, please checkout the GUIDE.md.
bash
cargo install sup
```bash sup 0.2.0
USAGE:
sup
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) new Create a new substrate node template source List Source tag List available tags update Update registry upgrade Upgrade substrate project ```
Welcome to add your projects below if you've got a adventure of the substrate ecology with sup!
Sup has been recorded in substrate-developer-hub/awesome-substrate, and granted by the web3 foundation grants program, welcome to check the awesome repo and the grants info in w3f.
Apache-2.0