mirror of
https://github.com/valitydev/fraudo.git
synced 2024-11-05 17:35:24 +00:00
.github | ||
content | ||
src | ||
.gitignore | ||
LICENSE | ||
logo.jpg | ||
Makefile | ||
mkdocs.yml | ||
pom.xml | ||
README.md | ||
renovate.json | ||
requirements.txt | ||
syntax.png |
Fraudo DSL
Language for describing antifraud patterns
Provides the ability to describe the required set of rules for characteristics and triggers for attempts at fraudulent actions
Documentation - https://valitydev.github.io/fraudo/
Language use antlr4, developers can use this documentation - https://www.antlr.org/
How build docs locally?
-
python3 -m venv .
-
source bin/activate
-
pip install -r requirements.txt
-
mkdocs serve --livereload