This is a service to provide rich API for manage tokens on Zcoin Exodus Protocol.
- .NET Core 2.2
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
Grab latest stable Zcoin binary from here, extract or install it, then start Zcoin daemon:
./zcoind -testnet -printtoconsole -rpcuser=zcoin -rpcpassword=zcoin -zmqpubhashblock=tcp://127.0.0.1:28332
dotnet run -p src/Ztm.WebApi