Backend for Talos, a configurable platform for developing and deploying blockchains
- Python 3.7
- pip3
- Git
- Linux Machine (Mac and Windows support will be added at a later time)
$ git clone https://github.com/talos-org/server.git
$ cd server
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip3 install -r requirements.txt
Make sure you are in the server
directory then run the following commands:
$ chmod +x multichain.sh
$ sudo ./multichain.sh
Make sure you are in the server
directory and you are still in the virtual environment then run the following command:
(venv) $ python3 run.py