Crystal
Follow the steps below to enable support for Crystal risk scores.
Get Crystal API Key
Obtain the API Key, later referred to as CRYSTAL_API_KEY
,
here.
Get 21 Travel Rule Secrets
Obtain the CLIENT_ID
and CLIENT_SECRET
as described
here.
Configure Secrets on Deployment Machine
Either add the new secrets to your .env
file or export
them on the command
line.
export CLIENT_SECRET=🤫🤫🤫🤫🤫🤫
export CLIENT_ID=🤐🤐🤐🤐🤐🤐
export CRYSTAL_API_KEY=🤫🤫🤫🤐🤐🤐
Also, make sure that all required environment variables are present. Then, proceed with the following commands.
docker-compose down
docker-compose up -d