2019-12-04 11:12:42 +00:00
|
|
|
# Fraudo DSL
|
2018-12-04 14:18:50 +00:00
|
|
|
|
2019-12-04 11:12:42 +00:00
|
|
|
Language for describing antifraud patterns
|
|
|
|
|
|
|
|
Provides the ability to describe the required set of rules for characteristics
|
|
|
|
and triggers for attempts at fraudulent actions
|
2018-12-04 15:09:12 +00:00
|
|
|
|
2022-08-25 12:44:55 +00:00
|
|
|
**Documentation** - https://valitydev.github.io/fraudo/
|
2018-12-04 15:09:12 +00:00
|
|
|
|
2022-08-25 12:44:55 +00:00
|
|
|
**Language use antlr4, developers can use this documentation** - https://www.antlr.org/
|
2018-12-04 15:09:12 +00:00
|
|
|
|
2022-08-25 12:45:32 +00:00
|
|
|
#### How build docs locally?
|
2019-02-06 09:13:30 +00:00
|
|
|
|
2022-08-25 12:44:55 +00:00
|
|
|
1. ```python3 -m venv .```
|
2019-12-04 11:12:42 +00:00
|
|
|
|
2022-08-25 12:44:55 +00:00
|
|
|
2. ```source bin/activate```
|
2019-12-04 11:12:42 +00:00
|
|
|
|
2022-08-25 12:44:55 +00:00
|
|
|
3. ```pip install -r requirements.txt```
|
2018-12-04 15:16:00 +00:00
|
|
|
|
2022-08-25 12:45:32 +00:00
|
|
|
4. ```mkdocs serve --livereload```
|