Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

kinnytips/kin-leaderboard-api

 
 

Repository files navigation

kin-leaderboard-api

live version: https://leader-board-api.kinexplorer.com/swagger/index.html

docker image

https://hub.docker.com/r/chancity/kin-leaderboard-api

environment variables

{"ConnectionStrings_ApplicationDatabase","server=localhost;database=application_api;uid=root;pwd=password"},

{"Horizon_Url", "https://horizon.kinfederation.com/"},

{"HorizonNetwork_Id", "Kin Mainnet ; December 2018"},

{"Api_Key", "SuperSecretYo"},

{"Swagger_Enabled", "True"}

triggers

Start the app, it will build the database and tables for you. Then create the 3 triggers below

"update app and paging token trigger.sql" should be set to before insert on app_operation table

"update app metric new wallet & add user wallet & add payment.sql" should be set to after insert on app_operation table

"update app metric new wallet & add user wallet & add payment.sql" should be set to after insert on app_payment table

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.3%
  • HTML 15.5%
  • TSQL 5.3%
  • CSS 3.1%
  • Dockerfile 0.8%