Welcome to our first public repo!! Here we release all our new binaries. It doesn't do much else.
First clone the repo:
git clone https://github.com/chainflip-io/chainflip-bin.gitNext run the release script. Please use semantic versioning:
chmod +x scripts/release.sh
./scripts/release.sh vX.X.XFinally, create a new release in GitHub and upload the chainflip-vX.X.X folder.
To run it do the following:
bash <(curl -s https://raw.githubusercontent.com/chainflip-io/chainflip-bin/release/soundcheck/debug.sh)For the more security conscious among you do the following:
wget https://raw.githubusercontent.com/chainflip-io/chainflip-bin/release/soundcheck/debug.sh
chmod +x debug.sh ./debug.shYou can then send that resulting file to a Chainflip Labs member.