I have created a blockchain with Starport (https://github.com/tendermint/starport).
The command to install I used was starport app github.com/tosch110/stargateapp --sdk-version=stargate
Now trying to run starport serve and start my blockchain, I get
Cosmos' version is: Stargate
Error: Please, check that Relayer is installed.
Usage:
starport serve [flags]
Flags:
-h, --help help for serve
-p, --path string path of the app
-v, --verbose Verbose output
Please, check that Relayer is installed.
How do I install Relayer? Is there a particular repository / documentation which needs to be installed?