We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2712de commit ca8c6ffCopy full SHA for ca8c6ff
1 file changed
pages/about.js
@@ -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
11
+ The project combines Hardhat for contract development and testing with
12
+ modern CI/CD pipelines for staging, release, and production deployments.
13
14
15
+ This About page is a placeholder — expand it with project details,
16
+ contributor information, or documentation links.
17
18
+ </div>
19
+ );
20
+}
0 commit comments