KYC AML (USA Sanctions-Based) - NO WARRANTY, USE AT YOUR OWN RISK!


pipeline status gitlab github-pipeline sponsor the project

License and Usage Terms:

Copyright (c) 2021 Jeremy Carter <jeremy@jeremycarter.ca>

GPL v2 (or newer) License: [ GitLab Mirror | GitHub Mirror ]

*** NO WARRANTY, USE AT YOUR OWN RISK! ***


Website:



Automated builds from the master branch:


How to compile from source:

  • Clone the git repositories, and build the source code:

    git clone https://gitlab.com/defcronyke/kycaml.git; \
    git clone https://gitlab.com/defcronyke/kycaml-app.git; \
    cd kycaml-app; \
    ./build.sh


Usage:

  • Update the sanctions lists:

    ./update-lists.sh

  • Run the server:

    # Binary version:
    ./kycaml-app
    
    # Source version:
    ./run.sh
    
    # Docker version (docker-compose with MongoDB):
    ./up.sh
    
    # Stop Docker version (docker-compose with MongoDB):
    ./down.sh
    
    # Rebuild Docker version and run:
    ./up.sh -b
    
    # Rebuild Docker version:
    ./build-container.sh