docker compose up
send a propose
curl --request POST \
--url http://localhost:3001/proposer \
--header 'Content-Type: application/json' \
--data '{ "value": 1 }'
docker compose up
send a propose
curl --request POST \
--url http://localhost:3001/proposer \
--header 'Content-Type: application/json' \
--data '{ "value": 1 }'