diff --git a/cc_website/.gitignore b/cc-implementation/.gitignore similarity index 100% rename from cc_website/.gitignore rename to cc-implementation/.gitignore diff --git a/cc_website/Makefile b/cc-implementation/Makefile similarity index 100% rename from cc_website/Makefile rename to cc-implementation/Makefile diff --git a/cc_website/README.md b/cc-implementation/README.md similarity index 100% rename from cc_website/README.md rename to cc-implementation/README.md diff --git a/cc_website/SHA256SUMS b/cc-implementation/SHA256SUMS similarity index 100% rename from cc_website/SHA256SUMS rename to cc-implementation/SHA256SUMS diff --git a/cc_website/SHA256SUMS.asc b/cc-implementation/SHA256SUMS.asc similarity index 100% rename from cc_website/SHA256SUMS.asc rename to cc-implementation/SHA256SUMS.asc diff --git a/cc_website/build-single-file/index.html b/cc-implementation/build-single-file/index.html similarity index 100% rename from cc_website/build-single-file/index.html rename to cc-implementation/build-single-file/index.html diff --git a/cc_website/build/pushtx.css b/cc-implementation/build/pushtx.css similarity index 100% rename from cc_website/build/pushtx.css rename to cc-implementation/build/pushtx.css diff --git a/cc_website/build/pushtx.js b/cc-implementation/build/pushtx.js similarity index 100% rename from cc_website/build/pushtx.js rename to cc-implementation/build/pushtx.js diff --git a/cc_website/index.html b/cc-implementation/index.html similarity index 100% rename from cc_website/index.html rename to cc-implementation/index.html diff --git a/cc_website/index.md b/cc-implementation/index.md similarity index 100% rename from cc_website/index.md rename to cc-implementation/index.md diff --git a/cc_website/package-lock.json b/cc-implementation/package-lock.json similarity index 100% rename from cc_website/package-lock.json rename to cc-implementation/package-lock.json diff --git a/cc_website/package.json b/cc-implementation/package.json similarity index 100% rename from cc_website/package.json rename to cc-implementation/package.json diff --git a/cc_website/src/config.ts b/cc-implementation/src/config.ts similarity index 100% rename from cc_website/src/config.ts rename to cc-implementation/src/config.ts diff --git a/cc_website/src/main.ts b/cc-implementation/src/main.ts similarity index 100% rename from cc_website/src/main.ts rename to cc-implementation/src/main.ts diff --git a/cc_website/src/style.css b/cc-implementation/src/style.css similarity index 100% rename from cc_website/src/style.css rename to cc-implementation/src/style.css diff --git a/cc_website/src/types.ts b/cc-implementation/src/types.ts similarity index 100% rename from cc_website/src/types.ts rename to cc-implementation/src/types.ts diff --git a/cc_website/src/vite-env.d.ts b/cc-implementation/src/vite-env.d.ts similarity index 100% rename from cc_website/src/vite-env.d.ts rename to cc-implementation/src/vite-env.d.ts diff --git a/cc_website/tsconfig.json b/cc-implementation/tsconfig.json similarity index 100% rename from cc_website/tsconfig.json rename to cc-implementation/tsconfig.json diff --git a/cc_website/vite.config.ts b/cc-implementation/vite.config.ts similarity index 100% rename from cc_website/vite.config.ts rename to cc-implementation/vite.config.ts