Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 320 Bytes

SoCity_PoC_Server

# docker required
# .env file and ./data/ directory required

# Contract repo required
git clone [email protected]:CityScienceLab-Shanghai/SoCity_Smart_Contract.git

# choose contract deploy mod in .env file

# development mod
docker-compose up dev

# production mod
docker-compose up prod