Skip to content

Talos’ server is built using Flask. It provides a REST API to access MultiChain and other underlying technologies used by Talos

License

Notifications You must be signed in to change notification settings

trinayanbhatt/server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server v0.1.0-alpha

Backend for Talos, a configurable platform for developing and deploying blockchains

Prerequisites

  • Python 3.7
  • pip3
  • Git
  • Linux Machine (Mac and Windows support will be added at a later time)

Installation

$ 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

Install MultiChain

Make sure you are in the server directory then run the following commands:
$ chmod +x multichain.sh

$ sudo ./multichain.sh

Start server

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

About

Talos’ server is built using Flask. It provides a REST API to access MultiChain and other underlying technologies used by Talos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%