Setup Oracle
Clone The Repository and Build binaries
#clone repository
cd $HOME
rm -rf slinky
git clone https://github.com/skip-mev/slinky.git
cd slinky
git checkout v0.4.3
#build binaries
make build
#move binaries to local bin
mv build/slinky /usr/local/bin/
rm -rf buildCreate Systemd Service
Enabled and start the service
Validating Prices
Enable Oracle Vote Extensions
Check the systemd logs
Last updated