This is a service to provide rich API for manage tokens on Zcoin Exodus Protocol.
dotnet build src/Ztm.sln
You need to install Docker Compose first then run:
docker-compose up -d
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
dotnet run -p src/Ztm.WebApi