diff --git a/docs/PROJECT_OVERVIEW.md b/docs/PROJECT_OVERVIEW.md new file mode 100644 index 00000000..40911b80 --- /dev/null +++ b/docs/PROJECT_OVERVIEW.md @@ -0,0 +1,10 @@ +# Project Overview + +This repository provides starter Python code for interacting with the Kalshi API. + +It is intended to help developers quickly understand: +- How authentication works +- How to structure API requests +- How to handle basic responses + +This document gives a high-level overview for new contributors.