diff --git a/web/.gitignore b/web/.gitignore
deleted file mode 100644
index d5183bb0..00000000
--- a/web/.gitignore
+++ /dev/null
@@ -1,25 +0,0 @@
-# Nuxt dev/build outputs
-.output
-.data
-.nuxt
-.nitro
-.cache
-dist
-
-# Node dependencies
-node_modules
-
-# Logs
-logs
-*.log
-
-# Misc
-.DS_Store
-.fleet
-.idea
-
-# Local env files
-.env
-.env.*
-!.env.example
-.vercel
diff --git a/web/README.md b/web/README.md
deleted file mode 100644
index 37b984d3..00000000
--- a/web/README.md
+++ /dev/null
@@ -1,75 +0,0 @@
-# [Kadscan](https://www.kadscan.io/)
-
-==========
-
-## Guidelines
-
-- Use the present tense ("Add feature" not "Added feature") and the imperative mood ("Move class to..." not "Moves class to...") on commits and use the name issue on pull requests.
-- Pull requests must be reviewed before merged.
-- Done is better than perfect. Does it work as expected? Ship now, iterate later.
-- All contributions must have tests. Remember to verify the [Github Actions CI status](https://github.com/hack-a-chain-software/indexer-kadena/actions/workflows/CI.yaml).
-- Every commit is checked using [Github Actions](https://github.com/hack-a-chain-software/indexer-kadena/actions).
-- If the CI status are not passing, the deploy will not work.
-
-## Coding Style
-
-- CSS: https://github.com/airbnb/css
-- Javascript: https://github.com/airbnb/javascript
-- Vue: https://vuejs.org/style-guide/
-
-## Task Management
-
-- GitHub Issues is used to track all tasks that needed to be done.
-- Kadscan board is used to get a decent look on what's going on wright now.
-- Every two weeks all done tasks are put together in a Milestone and the current Sprint is closed.
-
-## Directory Structure
-
-Here's a brief overview of the structure:
-
-```bash
-.
-├── components # Global reusable components
-├── composables # Composables for reactive logic
-├── config # Configuration files specific to Nuxt
-├── layouts # Layout templates for different parts of the application
-├── plugins # Plugins extending Nuxt's core functionality
-├── pages # Vue components that define each page of the application
-├── app.config.ts # Central application configuration
-```
-
-## Features
-
-- [Nuxt 3](https://v3.nuxtjs.org/)
-- [Tailwind CSS](https://tailwindcss.com/)
-
-## Installation
-
-Kadscan is powered by [**Nuxt**](https://nuxt.com/).
-
-If you have any problems configuring your enviroment, remember to read the [Nuxt Documentation](https://nuxt.com/docs).
-
----
-
-#### Steps
-
-1. Clone the repository:
-
-```bash
-$ gh repo clone hack-a-chain-software/indexer-kadena
-$ cd indexer-kadena
-```
-
-2. Check all packages and copy the .env.example file and edit it with your environment config:
-
-```bash
-$ cp ./front/.env.example ./front/.env
-```
-
-3. Install frontend dependencies via PNPM
-
-```bash
-$ pnpm install
-```
-
-When working on frontend, run `pnpm web dev`. Files will be compiled, concatenated and the browser will auto update.
diff --git a/web/app.config.ts b/web/app.config.ts
deleted file mode 100644
index f9cccd33..00000000
--- a/web/app.config.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import * as config from './config';
-
-export default defineAppConfig({
- ...config,
-});
diff --git a/web/app.vue b/web/app.vue
deleted file mode 100644
index 8d163fdf..00000000
--- a/web/app.vue
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/web/components/Button.vue b/web/components/Button.vue
deleted file mode 100644
index 6f2e1c3d..00000000
--- a/web/components/Button.vue
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
-
-
-
diff --git a/web/components/ButtonExport.vue b/web/components/ButtonExport.vue
deleted file mode 100644
index 70575219..00000000
--- a/web/components/ButtonExport.vue
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
-
- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
-
-