Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 682 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 682 Bytes

Policy Engine

Policy decision point for fine-grained authorization in web3.0.

Requirements

Getting started

make policy-engine/setup

Running

make policy-engine/start/dev

Testing

# Run all tests
make policy-engine/test

make policy-engine/test/type
make policy-engine/test/unit
make policy-engine/test/integration
make policy-engine/test/e2e

Formatting

make policy-engine/format
make policy-engine/lint

make policy-engine/format/check
make policy-engine/lint/check