From 71cac08a41236e3e8b18291eb23a9957529a85c0 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:10:39 +0300 Subject: [PATCH 01/35] Update README.md docs: update README with small improvements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b54f36..f50f1a8 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ yarn start:dev ``` Open [http://localhost:8080](http://localhost:8080) with your browser to see the result. +## Contributor +Thanks to [@Faruk19110473](https://github.com/Faruk19110473) for contributing to the README. From 69ebe24e04fa6fa3c66b3e66d540ec77cc01015f Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:54:04 +0300 Subject: [PATCH 02/35] Update README.md docs: improve project description and add key features section --- README.md | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f50f1a8..aa13471 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,24 @@ +# Talent Protocol Season 2 -[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) +## About -First, run the development server: +This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. + +Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. + +Built with **Next.js**, **TypeScript**, and modern web technologies, this is the public landing page and web application for Season 2. + +### Key Features +- Builder profiles and reputation system (Builder Rank & Impact) +- Real-time contribution tracking (GitHub + on-chain) +- Rewards campaigns and leaderboards +- Season-based builder programs +- Fully open-source and community-driven + +We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. + +## Installation & Setup ```bash -yarn +yarn install yarn start:dev -``` - -Open [http://localhost:8080](http://localhost:8080) with your browser to see the result. -## Contributor -Thanks to [@Faruk19110473](https://github.com/Faruk19110473) for contributing to the README. From 09b510abcace60f4a75bf0e180e5f01222d81310 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:55:21 +0300 Subject: [PATCH 03/35] Update README.md docs: enhance README with full about section, key features, contributing guide and contributors --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index aa13471..864a599 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,36 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install yarn start:dev +## About + +**Talent Protocol Season 2 Landing Page** + +This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. + +Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. + +Built with **Next.js**, **TypeScript**, and modern web technologies. + +### Key Features +- Builder profiles and reputation system (Builder Rank & Impact) +- Real-time contribution tracking (GitHub + on-chain) +- Rewards campaigns and leaderboards +- Season-based builder programs +- Fully open-source and community-driven + +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 860d50c153c72ea0a55ff4109c1671368ce9aea7 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:56:45 +0300 Subject: [PATCH 04/35] Update README.md docs: enhance README with detailed about, features, contributing guide and contributors --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index 864a599..015eeed 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,3 @@ -# Talent Protocol Season 2 - -## About - -This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. - -Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. - -Built with **Next.js**, **TypeScript**, and modern web technologies, this is the public landing page and web application for Season 2. - -### Key Features -- Builder profiles and reputation system (Builder Rank & Impact) -- Real-time contribution tracking (GitHub + on-chain) -- Rewards campaigns and leaderboards -- Season-based builder programs -- Fully open-source and community-driven - -We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. - -## Installation & Setup - -```bash -yarn install -yarn start:dev ## About **Talent Protocol Season 2 Landing Page** @@ -34,7 +10,7 @@ Built with **Next.js**, **TypeScript**, and modern web technologies. ### Key Features - Builder profiles and reputation system (Builder Rank & Impact) -- Real-time contribution tracking (GitHub + on-chain) +- Real-time contribution tracking (GitHub + on-chain activity) - Rewards campaigns and leaderboards - Season-based builder programs - Fully open-source and community-driven From 1874b483a18389ec26e52a0098de175c7b895271 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:58:28 +0300 Subject: [PATCH 05/35] Update README.md docs: enhance README with full about section, key features, contributing guide and contributors --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 015eeed..fc5c5f5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Built with **Next.js**, **TypeScript**, and modern web technologies. - Season-based builder programs - Fully open-source and community-driven +We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. + ## Contributing We welcome contributions from the community! @@ -22,8 +24,8 @@ We welcome contributions from the community! ### How to Contribute 1. Fork the project 2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch +3. Commit your changes (`git commit -m 'Add some amazing feature'`) +4. Push to the branch (`git push origin feature/amazing-feature`) 5. Open a Pull Request ## Contributors From 9f889757acfb3ea0e68657d950c23b4820b570e0 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:59:27 +0300 Subject: [PATCH 06/35] Update README.md docs: add contributing guide and contributors section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fc5c5f5..2a24de2 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,19 @@ We welcome contributions from the community! - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! 🚀 +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From a6ade0364857b0f39205088b45c00b757032c133 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:00:26 +0300 Subject: [PATCH 07/35] Update README.md docs: add contributing guide and contributors section --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2a24de2..5a7740e 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,19 @@ We welcome contributions from the community! - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! 🚀 +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 06a66757791fb90358f75a30cd915803cd42aca5 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:01:18 +0300 Subject: [PATCH 08/35] Update README.md docs: add contributing guide and contributors section to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5a7740e..ac5b366 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,19 @@ We welcome contributions from the community! - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! 🚀 +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 1788b4ff13be6b8f869789e8cbfc9579e040169b Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:04:25 +0300 Subject: [PATCH 09/35] Update README.md docs: add contributing guide and contributors section to README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index ac5b366..fdd8947 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,27 @@ We welcome contributions from the community! - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! 🚀 +# Talent Protocol - Season 2 + +## About + +This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. + +Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. + +Built with **Next.js**, **TypeScript**, and modern web technologies. + +### Key Features +- Builder profiles and reputation system (Builder Rank & Impact) +- Real-time contribution tracking (GitHub + on-chain activity) +- Rewards campaigns and leaderboards +- Season-based builder programs +- Fully open-source and community-driven + +We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. + +## Installation & Setup + +```bash +yarn install +yarn start:dev From 76bc697351da1acf202aa3a9ffb275c892b562b9 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:05:32 +0300 Subject: [PATCH 10/35] Update README.md docs: add contributing guide and contributors section --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fdd8947..f66ba82 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,19 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install yarn start:dev +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 610a0727dcc9346289569c7009b6cd6dd589094e Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:06:45 +0300 Subject: [PATCH 11/35] Update README.md docs: add contributing guide and contributors section --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f66ba82..4154ca7 100644 --- a/README.md +++ b/README.md @@ -121,3 +121,19 @@ We welcome contributions from the community! - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! 🚀 +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 971e027caeba9ed1289ef14d2cdbb39554a45ed2 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:08:28 +0300 Subject: [PATCH 12/35] Update README.md docs: add contributing guide and contributors section to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4154ca7..28822a0 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,17 @@ We welcome contributions from the community! - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! 🚀 +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements From 7d195c24b6fe6e6ce3f232a9944539fd26def9c8 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:09:42 +0300 Subject: [PATCH 13/35] Update README.md docs: add contributing guide and contributors section to README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 28822a0..8c49e23 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,27 @@ We welcome contributions from the community! ## Contributors - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements +# Talent Protocol - Season 2 + +## About + +This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. + +Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. + +Built with **Next.js**, **TypeScript**, and modern web technologies. + +### Key Features +- Builder profiles and reputation system (Builder Rank & Impact) +- Real-time contribution tracking (GitHub + on-chain activity) +- Rewards campaigns and leaderboards +- Season-based builder programs +- Fully open-source and community-driven + +We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. + +## Installation & Setup + +```bash +yarn install +yarn start:dev From 6cbe93f4bc436f1796020f67d080be2226b32788 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:10:58 +0300 Subject: [PATCH 14/35] Update README.md docs: add contributing guide and contributors section --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8c49e23..eb93804 100644 --- a/README.md +++ b/README.md @@ -175,3 +175,19 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install yarn start:dev +## Contributing + +We welcome contributions from the community! + +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 0c8a336c8a691a38acddcab1aaaac00abda0cf10 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:14:21 +0300 Subject: [PATCH 15/35] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About **Talent Protocol Season 2 Landing Page** This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. Talent Protocol is a reputation platform that allows builders to showcase their real on-chain contributions (smart contracts, active contracts, GitHub activity, etc.), participate in reward campaigns, earn rewards from ecosystems, and build their professional profile transparently on Base and other chains. Season 2 introduces improved Builder Rank, Impact metrics, better user experience, and stronger community tools. ### Key Features - Builder profiles and reputation system - On-chain + GitHub contribution tracking - Monthly rewards campaigns and leaderboards - Fully open-source and community-driven --- README.md | 171 ------------------------------------------------------ 1 file changed, 171 deletions(-) diff --git a/README.md b/README.md index eb93804..d95eaf8 100644 --- a/README.md +++ b/README.md @@ -1,156 +1,3 @@ -## About - -**Talent Protocol Season 2 Landing Page** - -This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. - -Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. - -Built with **Next.js**, **TypeScript**, and modern web technologies. - -### Key Features -- Builder profiles and reputation system (Builder Rank & Impact) -- Real-time contribution tracking (GitHub + on-chain activity) -- Rewards campaigns and leaderboards -- Season-based builder programs -- Fully open-source and community-driven - -We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. - -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes (`git commit -m 'Add some amazing feature'`) -4. Push to the branch (`git push origin feature/amazing-feature`) -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 -# Talent Protocol - Season 2 - -## About - -This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. - -Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. - -Built with **Next.js**, **TypeScript**, and modern web technologies. - -### Key Features -- Builder profiles and reputation system (Builder Rank & Impact) -- Real-time contribution tracking (GitHub + on-chain activity) -- Rewards campaigns and leaderboards -- Season-based builder programs -- Fully open-source and community-driven - -We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. - -## Installation & Setup - -```bash -yarn install -yarn start:dev -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements # Talent Protocol - Season 2 ## About @@ -168,26 +15,8 @@ Built with **Next.js**, **TypeScript**, and modern web technologies. - Season-based builder programs - Fully open-source and community-driven -We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. - ## Installation & Setup ```bash yarn install yarn start:dev -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request - -## Contributors - -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements - -Thank you to everyone who contributes to making Talent Protocol better! 🚀 From 30db3b8122792c967e2c1a35183e7ff64784d6d0 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:15:47 +0300 Subject: [PATCH 16/35] Update README.md docs: improve About section and project description --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index d95eaf8..d1c56cc 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,19 @@ Built with **Next.js**, **TypeScript**, and modern web technologies. ```bash yarn install yarn start:dev +## About + +**Talent Protocol Season 2 Landing Page** + +This is the official frontend repository for **Season 02** of [Talent Protocol](https://talent.app). + +Talent Protocol is a web3 reputation platform where builders can showcase their real contributions on-chain (smart contracts, active contracts on Base, GitHub activity), earn rewards from ecosystems, and build their professional profile transparently. + +Season 2 focuses on improved Builder Rank, Impact metrics, reward campaigns, and a better experience for the builder community. + +### Key Features +- Builder reputation & ranking system +- On-chain and GitHub contribution tracking +- Monthly rewards and campaigns +- Leaderboards +- Fully open-source From 5f1ba88d5f330406fd20de9476bdc5eb12d393a1 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:17:43 +0300 Subject: [PATCH 17/35] Update README.md docs: add extended project description and features to README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index d1c56cc..f7055fc 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,25 @@ Season 2 focuses on improved Builder Rank, Impact metrics, reward campaigns, and - Monthly rewards and campaigns - Leaderboards - Fully open-source +# Talent Protocol - Season 2 + +## About + +This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app). + +Talent Protocol is a web3 reputation platform that helps builders showcase their real contributions (smart contracts on Base, GitHub activity, etc.), participate in reward campaigns, earn rewards, and build their professional profile transparently. + +Season 2 brings improved Builder Rank, Impact metrics, better UX, and stronger community features. + +### Key Features +- Builder reputation and ranking system +- On-chain + GitHub contribution tracking +- Monthly rewards campaigns +- Leaderboards +- Fully open-source + +## Installation & Setup + +```bash +yarn install +yarn start:dev From 48ce49c35b54d5ed479f59f9f3a2fbd97365f951 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:19:21 +0300 Subject: [PATCH 18/35] Update README.md docs: add extended project description and features to README --- README.md | 47 ++++------------------------------------------- 1 file changed, 4 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index f7055fc..23b8f75 100644 --- a/README.md +++ b/README.md @@ -4,54 +4,15 @@ This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. -Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. +Talent Protocol helps builders showcase their real on-chain reputation, track contributions (smart contracts on Base, GitHub activity, etc.), join reward campaigns, and build their professional profile transparently. -Built with **Next.js**, **TypeScript**, and modern web technologies. - -### Key Features -- Builder profiles and reputation system (Builder Rank & Impact) -- Real-time contribution tracking (GitHub + on-chain activity) -- Rewards campaigns and leaderboards -- Season-based builder programs -- Fully open-source and community-driven - -## Installation & Setup - -```bash -yarn install -yarn start:dev -## About - -**Talent Protocol Season 2 Landing Page** - -This is the official frontend repository for **Season 02** of [Talent Protocol](https://talent.app). - -Talent Protocol is a web3 reputation platform where builders can showcase their real contributions on-chain (smart contracts, active contracts on Base, GitHub activity), earn rewards from ecosystems, and build their professional profile transparently. - -Season 2 focuses on improved Builder Rank, Impact metrics, reward campaigns, and a better experience for the builder community. +Season 2 brings improved Builder Rank, Impact metrics, better user experience, and stronger community tools. ### Key Features - Builder reputation & ranking system -- On-chain and GitHub contribution tracking -- Monthly rewards and campaigns -- Leaderboards -- Fully open-source -# Talent Protocol - Season 2 - -## About - -This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app). - -Talent Protocol is a web3 reputation platform that helps builders showcase their real contributions (smart contracts on Base, GitHub activity, etc.), participate in reward campaigns, earn rewards, and build their professional profile transparently. - -Season 2 brings improved Builder Rank, Impact metrics, better UX, and stronger community features. - -### Key Features -- Builder reputation and ranking system - On-chain + GitHub contribution tracking -- Monthly rewards campaigns -- Leaderboards -- Fully open-source +- Monthly rewards campaigns and leaderboards +- Fully open-source and community-driven ## Installation & Setup From 3ea976432c1a392997fe29e0fe8991bb9fd10e9f Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:22:49 +0300 Subject: [PATCH 19/35] Update README.md complete rewrite of README with full about, features, installation, contributing and contributors sections --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 23b8f75..927cd26 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,13 @@ Season 2 brings improved Builder Rank, Impact metrics, better user experience, a ```bash yarn install yarn start:dev +ContributingWe welcome contributions from the community!How to ContributeFork the project +Create your feature branch (git checkout -b feature/amazing-feature) +Commit your changes +Push to the branch +Open a Pull Request + +Contributors @Farukturan21 — Complete README rewrite and documentation improvements +ContributingWe welcome contributions from the community! +Thank you to everyone who contributes to making Talent Protocol better! + From 3433e945cfefd99aead8800d1cc95292876d5287 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:45:11 +0300 Subject: [PATCH 20/35] Update README.md docs: add contributing guide and contributors section --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 927cd26..2651671 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Season 2 brings improved Builder Rank, Impact metrics, better user experience, a ```bash yarn install yarn start:dev -ContributingWe welcome contributions from the community!How to ContributeFork the project -Create your feature branch (git checkout -b feature/amazing-feature) -Commit your changes -Push to the branch -Open a Pull Request -Contributors @Farukturan21 — Complete README rewrite and documentation improvements -ContributingWe welcome contributions from the community! -Thank you to everyone who contributes to making Talent Protocol better! +## Contributing +We welcome contributions from the community! + +## Contributors + +- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements + +Thank you to everyone who contributes to making Talent Protocol better! 🚀 From bad0d751ce573e86399672d9cbc097c3201b2cd1 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:47:33 +0300 Subject: [PATCH 21/35] Update README.md docs: complete README with about, features, installation, contributing and contributors sections --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2651671..4e77caa 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ yarn start:dev We welcome contributions from the community! +### How to Contribute +1. Fork the project +2. Create your feature branch (`git checkout -b feature/amazing-feature`) +3. Commit your changes +4. Push to the branch +5. Open a Pull Request + ## Contributors - [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements From bf9443e449172d482785f41468c30fc9f2e997ec Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:47:32 +0300 Subject: [PATCH 22/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4e77caa..14991e3 100644 --- a/README.md +++ b/README.md @@ -4,35 +4,32 @@ This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. -Talent Protocol helps builders showcase their real on-chain reputation, track contributions (smart contracts on Base, GitHub activity, etc.), join reward campaigns, and build their professional profile transparently. +Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. -Season 2 brings improved Builder Rank, Impact metrics, better user experience, and stronger community tools. +Built with **Next.js**, **TypeScript**, and modern web technologies. ### Key Features -- Builder reputation & ranking system -- On-chain + GitHub contribution tracking -- Monthly rewards campaigns and leaderboards +- Builder profiles and reputation system (Builder Rank & Impact) +- Real-time contribution tracking (GitHub + on-chain activity) +- Rewards campaigns and leaderboards +- Season-based builder programs - Fully open-source and community-driven +We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. + ## Installation & Setup ```bash yarn install yarn start:dev -## Contributing - -We welcome contributions from the community! - -### How to Contribute -1. Fork the project -2. Create your feature branch (`git checkout -b feature/amazing-feature`) -3. Commit your changes -4. Push to the branch -5. Open a Pull Request +Open http://localhost:8080 to view it locally.ContributingWe welcome contributions from the community!How to ContributeFork the project +Create your feature branch (git checkout -b feature/amazing-feature) +Commit your changes +Push to the branch +Open a Pull Request -## Contributors +Contributors@Farukturan21 — Extended README documentation and improvements -- [@Farukturan21](https://github.com/Farukturan21) — Extended README documentation and improvements +Thank you to everyone who contributes to making Talent Protocol better! -Thank you to everyone who contributes to making Talent Protocol better! 🚀 From bd22e63f3c3ab401fdaa319a641aae800b50ae89 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:50:20 +0300 Subject: [PATCH 23/35] Update README.md complete rewrite of README with full about, features, installation, contributing and contributors sections --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14991e3..2f021be 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install yarn start:dev - Open http://localhost:8080 to view it locally.ContributingWe welcome contributions from the community!How to ContributeFork the project Create your feature branch (git checkout -b feature/amazing-feature) Commit your changes @@ -33,3 +32,5 @@ Contributors@Farukturan21 — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! + + From 1a6611fdf3b37913e5c4ba8561a5fd9d64986285 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:51:51 +0300 Subject: [PATCH 24/35] Update README.md complete rewrite of README with full about, features, installation, contributing and contributors sections --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f021be..21f5352 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install yarn start:dev -Open http://localhost:8080 to view it locally.ContributingWe welcome contributions from the community!How to ContributeFork the project + +Open http://localhost:8080 to view it locally. +ContributingWe welcome contributions from the community!How to ContributeFork the project Create your feature branch (git checkout -b feature/amazing-feature) Commit your changes Push to the branch From 65ca3942da074788fde1f0662cb9da03d433f58d Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:54:39 +0300 Subject: [PATCH 25/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21f5352..cc7ff1a 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,21 @@ yarn install yarn start:dev Open http://localhost:8080 to view it locally. -ContributingWe welcome contributions from the community!How to ContributeFork the project + +Contributing + +We welcome contributions from the community! + +How to Contribute +Fork the project Create your feature branch (git checkout -b feature/amazing-feature) Commit your changes Push to the branch Open a Pull Request -Contributors@Farukturan21 — Extended README documentation and improvements +Contributors +@Farukturan21 — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! From 8f3246e6e83b2ab567f74c7f645f5b085b33385e Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:56:31 +0300 Subject: [PATCH 26/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cc7ff1a..713af9b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ yarn start:dev Open http://localhost:8080 to view it locally. Contributing - We welcome contributions from the community! How to Contribute @@ -37,7 +36,6 @@ Push to the branch Open a Pull Request Contributors - @Farukturan21 — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! From 238800e7dbf82b4dcdd379ebaaf3ad3f43d1ac8d Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:58:55 +0300 Subject: [PATCH 27/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 713af9b..e547096 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,11 @@ yarn start:dev Open http://localhost:8080 to view it locally. Contributing + We welcome contributions from the community! How to Contribute + Fork the project Create your feature branch (git checkout -b feature/amazing-feature) Commit your changes From 834cd3a2a9572b26fb63baf05a7b3a12324a7b24 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:02:02 +0300 Subject: [PATCH 28/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e547096..f157eff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the official frontend for **Season 02** of [Talent Protocol](https://talent.app) — the leading web3 professional community for high-potential builders. -Talent Protocol helps builders showcase their on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. +Talent Protocol helps builders showcase their real on-chain reputation, track real contributions (smart contracts, GitHub activity, etc.), participate in reward campaigns, and build their professional network in a transparent and decentralized way. Built with **Next.js**, **TypeScript**, and modern web technologies. @@ -21,15 +21,15 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install -yarn start:dev +yarn start:devv Open http://localhost:8080 to view it locally. -Contributing +Contributing- We welcome contributions from the community! -How to Contribute +How to Contribute- Fork the project Create your feature branch (git checkout -b feature/amazing-feature) From ba2978107139cb8429b0223f72287fe59273edad Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:04:04 +0300 Subject: [PATCH 29/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f157eff..97a4dd2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ We believe in openness and transparency. That's why everything is built in publi ## Installation & Setup + ```bash yarn install yarn start:devv From 381b342e18eb7ce195d643e698ee8f153e8d1040 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:05:18 +0300 Subject: [PATCH 30/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 97a4dd2..3ea39e9 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Built with **Next.js**, **TypeScript**, and modern web technologies. We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. ## Installation & Setup - - ```bash yarn install yarn start:devv From e459da79989337a51e5a1e74a5fe5df94dd47df4 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:07:13 +0300 Subject: [PATCH 31/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ea39e9..085f748 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ Built with **Next.js**, **TypeScript**, and modern web technologies. We believe in openness and transparency. That's why everything is built in public with the goal of progressive decentralization. ## Installation & Setup + ```bash -yarn install -yarn start:devv +- yarn install +- yarn start:devv Open http://localhost:8080 to view it locally. From 15dbe0e03b939bc0a713f9de6350cfc9276bc23c Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:08:18 +0300 Subject: [PATCH 32/35] Update README.md complete README with about, features, installation, contributing and contributors sections --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 085f748..4e4e693 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,8 @@ We believe in openness and transparency. That's why everything is built in publi ## Installation & Setup ```bash -- yarn install -- yarn start:devv - +yarn install +yarn start:devv Open http://localhost:8080 to view it locally. Contributing- From 48a746503ed5a96267b6a3bf0bc3319c8d535c80 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:43:02 +0300 Subject: [PATCH 33/35] Update README.md complete rewrite of README with full about, features, installation, contributing and contributors sections --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4e693..e63f6a9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install -yarn start:devv +yarn start:devv``` + Open http://localhost:8080 to view it locally. Contributing- From ed2f83abefead528cb7a4bc1b96d887fe9b4b62a Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:09:36 +0300 Subject: [PATCH 34/35] Update README.md complete rewrite of README with full about, features, installation, contributing and contributors sections --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e63f6a9..677dfcf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We believe in openness and transparency. That's why everything is built in publi ```bash yarn install -yarn start:devv``` +yarn start:dev Open http://localhost:8080 to view it locally. @@ -38,6 +38,7 @@ Push to the branch Open a Pull Request Contributors + @Farukturan21 — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better! From ed8afabf04580fde2ccd0dd9a9d7174ad4f22e50 Mon Sep 17 00:00:00 2001 From: Farukturan21 <92679634+Farukturan21@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:11:19 +0300 Subject: [PATCH 35/35] Update README.md complete rewrite of README with full about, features, installation, contributing and contributors sections --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 677dfcf..90b76a7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ yarn start:dev Open http://localhost:8080 to view it locally. + Contributing- We welcome contributions from the community! @@ -37,7 +38,7 @@ Commit your changes Push to the branch Open a Pull Request -Contributors +Contributors- @Farukturan21 — Extended README documentation and improvements Thank you to everyone who contributes to making Talent Protocol better!