.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
API_KEY
secret
WALLET_PRIVATE_KEY
secret
PRIMARY_MINT
PRIMARY_MINT_SYMBOL
SECONDARY_MINT
SECONDARY_MINT_SYMBOL
brew install flyctl && fly launch --from https://github.com/adamant-al/soltrade
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adamant-al/soltrade
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adamant-al/soltrade