This is the authenticated section of the xendex web application, this exchange only trades crypto at the mvp levels, we only buy and sell major crypto types like BTC, LTC and so on, this is the open source code with light house integration for decentralized storage of images on ipfs.
Live version is available on Our Website
-
you need to be authorized to work on this project, but you can make a pr to it, since it's on open source, contributions are accepted
-
Clone the github repo
git clone https://github.com/Whats-Cookin/encode.git
-
cd encode
-
activate a virtual env
python3 -m venv env && source env/bin/activate
- install the requirements
pip install -r requirements.txt
- run the project locally
chmod 755 manage.py && ./manage.py runserver 8008
- start working on your changes
'' make sure to push your changes in a seperate branch after working on it ''