# colorbase **Repository Path**: mirrors_keybase/colorbase ## Basic Information - **Project Name**: colorbase - **Description**: Example proof service in Clojure - colors for everyone! - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # colorbase This is an example Clojure application that integrates with [Keybase proofs](http://keybase.io/docs/proof_integration_guide), allowing users to prove their identity on Keybase. It uses the `clj-keybase-proofs` [library](https://github.com/keybase/clj-keybase-proofs). You can run it locally by cloning the repository and running ```bash $ boot run-dev-server -p 9090 ``` if you have `boot` installed. Of particular interest may be `handler.clj` and `api.clj`. To create a secrets file encrypted with Keybase, run ```bash $ boot make-secrets-config -n -o secrets.edn.saltpack ``` Or, you could use whatever encryption scheme you like and change `decrypt.sh` accordingly.