Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 820 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 820 Bytes

Policies listener service

.NET Core service is part of insurance product and responsible for policies data synchronization to blockchain.

Deployment

Recommended IDE Jet Brains Rider or Visual studio for c# projects

  • Clone or download project to your machine

  • Update configuration file in destination /Aigang.Policies.Listener remove DRAFT prefix:

    • appsettings.json - local development configuration
    • appsettings.qa.json - qa environment configuration
  • Review configuration and update with your values

Build project:

  • click build and run button in IDE

Contributing

Everyone is welcome to contribute this repository, just make sure your code does not have validation issues and builds without errors. Create your feature branch and send us pull request to master branch.