GitDeployHub

aitabby/cryptominds

github.com/aitabby/cryptominds ↗
Python
3 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • CRYPTOMINDS_ENV ── 环境标识 ──
  • BSC_RPC ── BSC 链 ── 注意:合约部署在测试网,请使用测试网 RPC
  • BSC_CHAIN_ID
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aitabby/cryptominds
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aitabby/cryptominds
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aitabby/cryptominds
Or deploy to a different host
← Try another repo