Nenhuma descrição

root 03c88caf2d add readme commit 6 meses atrás
backend 4ae9ad96b0 Initial commit 6 meses atrás
frontend 4ae9ad96b0 Initial commit 6 meses atrás
.env 4ae9ad96b0 Initial commit 6 meses atrás
readme.md 03c88caf2d add readme commit 6 meses atrás
test_private.py 4ae9ad96b0 Initial commit 6 meses atrás
test_sdk.py 4ae9ad96b0 Initial commit 6 meses atrás

readme.md

启动前端 /home/ubuntu/hyperliquid-demo source dex/bin/activate cd frontend npm run dev (npm run build是 编译)

启动后端

/home/ubuntu/hyperliquid-demo source dex/bin/activate cd backend nohup uvicorn main:app --reload --host 0.0.0.0 --port 8000 &

ps -ef|grep next main uvicorn kill

前端 http://101.32.51.95:5174 后端 http://101.32.51.95:8000