/Official-website-backend

backend of official website

Primary LanguageJavaApache License 2.0Apache-2.0

Official-website-backend

backend of official website

interface for front-end

see https://www.postman.com/lively-station-290552/workspace/publicworkspace/collection/13180077-af411142-dfd4-4e33-bfb5-ec26ff095072

login xyz

https://github.com/spruceid/siwe-go/blob/main/message.go

Run

mysql: pls docker run mysql ipfs: pls docker run ipfs node https://medium.com/@borepstein/running-an-ipfs-node-as-a-docker-container-on-a-private-network-4c0186aeca61

build

  ssh root@ip
 ./gradlew build -x test
  scp ./dist/apps/dl.jar  root@ip:/root/Official-website-backend/dist/apps

IPFS data

/root/graph-node/docker/data/ipfs

COS file

https://dlh-1257682033.cos.ap-hongkong.myqcloud.com/{uuid}

graph ql 集成

"https://api.studio.thegraph.com/proxy/55957/dapp-learning-redpacket/version/latest"

{
  redpackets  {
                id   
    happyRedPacketId
    				name
                  hasRefundedOrAllClaimed  
                     claimers {
                      claimer
                    } 
                  }
}

TODO

  1. 头像 简历
  2. 红包改造,奖励认领自动化。
  3. team system. 支持member加入team。

参考链接