Skip to content

The backend of the game next colony

Notifications You must be signed in to change notification settings

raipat/nc_backend

 
 

Repository files navigation

nextcolony

Install

apt-get install build-essential libssl-dev python3-dev git python3-pip

Server

apt install mysql-server libmysqlclient-dev
mysql_secure_installation
apt install phpmyadmin php-mbstring php-gettext

Setup

pip3 install wheel beem dataset mysqlclient base36

create steembattle database and tables based on /sql

create new file config.json:

{
        "databaseConnector": "mysql://db_user:db_password@localhost/db_name?charset=utf8mb4",
        "custom_json_id": "nextcolony",
        "transfer_id": "nc",
        "stop_block_num": -1

}

python libs

sudo pip3 install unidecode

About

The backend of the game next colony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • TSQL 4.4%
  • Other 0.1%