Run Locally
Use local mode to test checkout payloads before routing traffic to https://api.cordite.dev.
From the project root:
export CORDITE_DB_PATH=./cordite.dev.dbexport CORDITE_RULES_DIR=./rulesexport CORDITE_BIND=127.0.0.1:3000
cargo run -- admin issue-key --vendor "Sandbox Store" --tier freecargo run -- serveIn another terminal:
curl -s http://127.0.0.1:3000/healthcurl -s -H "Authorization: Bearer ck_test_..." http://127.0.0.1:3000/v1/jurisdictions/90210Keep CORDITE_RULES_DIR pointed at your local rules tree so jurisdiction and notice behavior matches the provision set you are testing.