Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 675 Bytes

DAOstar API

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.

Build and Deployment Instructions

Local:

pip install -r requirements.txt

python3 debug.py

Digital Ocean Droplet Instructions

Once you access console,

cd daostar-api

git branch

git checkout master

git pull

systemctl restart daostar