firoorg / ztm

A REST service running on top of Zcoin Exodus to provides rich and easy to use APIs for managing the token

Home Page:https://ztm.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zcoin Tokens Manager

Continuous Integration Documentation Status codecov Total alerts Language grade: C#

This is a service to provide rich API for manage tokens on Zcoin Exodus Protocol.

Development

Requirements

  • .NET Core 2.1

Build

dotnet build src/Ztm.sln

Start Required Services

You need to install Docker Compose first then run:

docker-compose up -d

Migrate Database Schemas

Change directory to src/Ztm.Data.Entity.Postgres then run:

ZTM_MAIN_DATABASE="Host=127.0.0.1;Database=postgres;Username=postgres" dotnet ef database update

Start Web API

dotnet run -p src/Ztm.WebApi

About

A REST service running on top of Zcoin Exodus to provides rich and easy to use APIs for managing the token

https://ztm.readthedocs.io

License:MIT License


Languages

Language:C# 99.8%Language:Python 0.1%Language:Batchfile 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%