説明なし

root 03c88caf2d add readme commit 6 ヶ月 前
backend 4ae9ad96b0 Initial commit 6 ヶ月 前
frontend 4ae9ad96b0 Initial commit 6 ヶ月 前
.env 4ae9ad96b0 Initial commit 6 ヶ月 前
readme.md 03c88caf2d add readme commit 6 ヶ月 前
test_private.py 4ae9ad96b0 Initial commit 6 ヶ月 前
test_sdk.py 4ae9ad96b0 Initial commit 6 ヶ月 前

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