This is a service to provide rich API for manage tokens on Zcoin Exodus Protocol.
- .NET Core 2.1
dotnet build src/Ztm.slnYou need to install Docker Compose first then run:
docker-compose up -dChange directory to src/Ztm.Data.Entity.Postgres then run:
ZTM_MAIN_DATABASE="Host=127.0.0.1;Database=postgres;Username=postgres" dotnet ef database updatedotnet run -p src/Ztm.WebApi