mirror of
https://github.com/valitydev/fraudo.git
synced 2024-11-06 01:45:16 +00:00
21 lines
497 B
Markdown
21 lines
497 B
Markdown
# 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?
|
|
|
|
1. ```python3 -m venv .```
|
|
|
|
2. ```source bin/activate```
|
|
|
|
3. ```pip install -r requirements.txt```
|
|
|
|
4. ```mkdocs serve --livereload```
|