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.
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.
You can configure database connect information in 'config.json'
{
... ...
"DbHost": "127.0.0.1",
"DbPort": "3306",
"DbUser": "root",
"DbPassword": "",
"DbName" : "quras_db"
}
OS Type | Version |
---|---|
Windows | any |