Chia Plots signature service
docker-compose up -d
Load balancing:
docker-compose scale chia_signature=10
curl --location --request POST 'http://youservername:8181/signature' \
--header 'Content-Type: application/json' \
--data-raw '{
"farmer_public_key": "farmer_public_key",
"pool_key": "pool_key"
}'