Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,23 @@ The purpose of the DeCleanup Network is to:
## Web3 Pillars Supporting the Solution

- **Security**:

- Protects cleanup data and transactions with cryptographic proofs, ensuring users' submissions and rewards remain tamper-proof.

- **Trustless Operations**:

- Allows participants to submit and validate cleanup proof without intermediaries, fostering transparency and efficiency.

- **Transparency**:

- Immutable blockchain records provide public visibility into the cleanup activities and their impact.

- **Scalability**:

- Modular architecture ensures seamless support for a growing user base and expanding initiatives.

- **Interoperability**:

- Enables the platform to connect with various blockchain ecosystems, ensuring global accessibility and usability.

- **Decentralization**:
Expand Down
9 changes: 0 additions & 9 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,5 @@ const config: NextConfig = {
transpilePackages: ['next-mdx-remote'],
output: 'export',
images: { unoptimized: true },
async redirects() {
return [
{
source: '/',
destination: '/introduction',
permanent: true,
},
]
},
}
export default config
Loading