diff --git a/app/.editorconfig b/the-button/.editorconfig similarity index 100% rename from app/.editorconfig rename to the-button/.editorconfig diff --git a/contracts/the-button.sol b/the-button/contracts/the-button.sol similarity index 100% rename from contracts/the-button.sol rename to the-button/contracts/the-button.sol diff --git a/app/dist/index.html b/the-button/dist/index.html similarity index 100% rename from app/dist/index.html rename to the-button/dist/index.html diff --git a/app/package.json b/the-button/package.json similarity index 100% rename from app/package.json rename to the-button/package.json diff --git a/app/src/app.js b/the-button/src/app.js similarity index 100% rename from app/src/app.js rename to the-button/src/app.js diff --git a/app/src/components/application.js b/the-button/src/components/application.js similarity index 100% rename from app/src/components/application.js rename to the-button/src/components/application.js diff --git a/app/src/components/button.js b/the-button/src/components/button.js similarity index 100% rename from app/src/components/button.js rename to the-button/src/components/button.js diff --git a/app/src/style.less b/the-button/src/style.less similarity index 100% rename from app/src/style.less rename to the-button/src/style.less diff --git a/app/src/util.js b/the-button/src/util.js similarity index 100% rename from app/src/util.js rename to the-button/src/util.js diff --git a/app/webpack.config.js b/the-button/webpack.config.js similarity index 100% rename from app/webpack.config.js rename to the-button/webpack.config.js