This is the codebase for the api.daostar.org website. It serves as an API and front end to publish, host, and manage DAO schemas according to EIP-4824.
Take a look at our project plan for information on the active development of this service.
Local:
pip install -r requirements.txt
python3 debug.py
Once you access console,
cd daostar-api
git branch
git checkout master
git pull
systemctl restart daostar