Merkle Science

Follow the steps below to enable support for Merkle Science risk scores.

Get Merkle Science API Key

Obtain the API KEY , later referred to as MERKLE_SCIENCE_API_KEY, as described 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 MERKLE_SCIENCE_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