Skip to content

Commit ca8c6ff

Browse files
authored
Create About page for Tips Ecosystem project
This page provides an overview of the Tips Ecosystem project, detailing its purpose and technology stack.
1 parent c2712de commit ca8c6ff

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

pages/about.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
export default function About() {
2+
return (
3+
<div style={{ fontFamily: "Arial, sans-serif", padding: "2rem" }}>
4+
<h1>About Tips Ecosystem</h1>
5+
<p>
6+
Tips Ecosystem (TipsChain) is a decentralized blockchain designed for
7+
secure, transparent tipping and payments. It integrates smart contracts
8+
with a user‑friendly frontend powered by Next.js.
9+
</p>
10+
<p>
11+
The project combines Hardhat for contract development and testing with
12+
modern CI/CD pipelines for staging, release, and production deployments.
13+
</p>
14+
<p>
15+
This About page is a placeholder — expand it with project details,
16+
contributor information, or documentation links.
17+
</p>
18+
</div>
19+
);
20+
}

0 commit comments

Comments
 (0)