.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
RPC_URL
STYLUS_CONTRACT_ADDRESS
PRIV_KEY_PATH
brew install flyctl && fly launch --from https://github.com/anistark/stylus-token-sale
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anistark/stylus-token-sale
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anistark/stylus-token-sale