Skip to content

PapillaeTech/papillae-compliance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Papillae Compliance Service

This is the Go-based compliance microservice for the Papillae project. It handles compliance checks, OFAC screening, and other regulatory requirements for cross-border payment operations.

Features

  • Compliance Screening: Validates entities and transactions against compliance standards.
  • DAML Integration: Interacts with the DAML ledger to manage compliance verifications.

Build and Run

To build and run the service locally:

# Download dependencies
go mod tidy

# Build the compliance service
go build -o bin/compliance ./cmd/server

# Run the service
./bin/compliance

About

This is the Go-based compliance microservice for the Papillae project. It handles compliance checks, OFAC screening, and other regulatory requirements for cross-border payment operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors