Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1023 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 1023 Bytes

Table of Contents

  1. Overview
  2. Getting started
  3. Configuration
  4. Runtime Environment

Overview

This the Quras back-end service for operating the db of the Quras blockchain. This service instruct the db for supplying the apis. Before starting this service, you have to configure the MySQL DB server.

Getting started

Runtime Environment

Install .NET Framework 4.7.1 or higher versions. (Do not require if you are using Windows 10+.) You can download it from https://dotnet.microsoft.com/download/dotnet-framework/net471.

Configuration

Database Configuration

You can configure database connect information in 'config.json'

{
	... ...
	"DbHost": "127.0.0.1",
	"DbPort": "3306",
	"DbUser": "root",
	"DbPassword": "",
	"DbName" :  "quras_db"
}

Runtime Environment

OS Type Version
Windows any