Skip to content
forked from firoorg/ztm

Service running on top of Zcoin Exodus protocol for provide rich API for managing tokens

License

Notifications You must be signed in to change notification settings

thebevrishot/ztm

 
 

Repository files navigation

Zcoin Tokens Manager

Continuous Integration 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

Service running on top of Zcoin Exodus protocol for provide rich API for managing tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%