From 8e62123a3069ccd59eab6efbe2da86b7ec418455 Mon Sep 17 00:00:00 2001 From: phi <42600064+Ramitphi@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:14:53 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 78 ++++++++++++++----------------------------------------- 1 file changed, 19 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 3228abd..d72afeb 100644 --- a/README.md +++ b/README.md @@ -1,70 +1,30 @@ # Lens Holiday Hackathon +We submitted to jokerace before time only but missed raising PR here, also no code is changed in source repo +Hope we make it + +**PR Format:** + - **Project Name:** LensAI + + - **Team Members:** + Ramit Agarwal (phi_ramit) + Akshit Gupta + - **Project Description:** -The Lens Holiday Hackathon is an opportunity to build innovative projects on Lens Network, compete for prizes, and showcase your work to the Lens community. - -### Key Dates - -- **Kickoff:** December 16th, 2024 at 4pm CET -- **Submission Deadline:** January 7th, 2025 at 4pm CET -- **Voting/Judging Period:** January 7th, 2025 at 4pm CET – January 12th, 2025 at 4pm CET - -### Tracks and Themes - -Lens network is a high performance chain, built for SocialFi use cases, currently on testnet. For this holiday hackathon, Lens are inviting all developers to hack on the network. - -Any application deployed to [Lens Network Testnet](https://dev-preview.lens.xyz/docs/network/overview) and using [Family’s Connect Kit](https://docs.family.co/connectkit) when possible. Potential ideas include: - -- Social/SocialFi apps using features like Feeds, Social Graphs, etc. -- Meme-adjacent projects -- Public goods -- Games -- AI agents and products - -### Prizes - -- **1st Prize:** 20,000 GHO -- **2nd Prize:** 10,000 GHO -- **3rd Prize:** 5,000 GHO -- **Honorary Mentions (x5):** 3,000 GHO - -### Rules + We have started with building a lens plugin for goat sdk which is a popular on chain tool for ai agent. This plugin add support of lens interactions with langchain, eliza and vercel ai framework -1. Build on [Lens Network Testnet](https://dev-preview.lens.xyz/docs/network/overview), use [ConnectKit](https://github.com/family/connectkit) where applicable. Get $GRASS Testnet Tokens [here](https://dev-preview.lens.xyz/docs/network/tools/faucets). -2. For troubleshooting, write to us on Telegram. -3. The maximum number of hackers per team is 4. -4. Submissions should be open source and built using the Lens network on Testnet. Code must be new, starting on December 16th, 2024 at 4pm CET. Any other submissions will not be considered. -5. Submissions with commits after the deadline of January 7th, 2025 at 4pm CET will be disqualified. -6. Teams must submit their projects for review via: - 1. Lens Holiday Hackathon GitHub, by following [these steps](#submit-your-project). - 2. [Jokerace Entry](https://jokerace.io/contest/polygon/0x552bdf3d0acfa0bc398607fd675d3b4cce6aabdf). Submissions that are not in Jokerace won’t be able to be voted, therefore disqualified. -7. Final submission must include: - 1. Clear and concise README. - 2. Prototype app. - 3. Demo video / slide deck (you are welcomed to anonymize your voice / be camera off). -8. Projects must adhere to the hackathon terms of service. + To showcase the use of this plugin we have built a client app using vercel ai framework combined with goat sdk, this client is capable of -### Submit Your Project + tipping x amount of grass token to the original creator of post -1. **Fork and Submit a PR:** - - Fork the Lens Holiday Hackathon repository. - - Create a new Markdown (.md) file for your project submission with the format below. - - Commit and push your submission file to your fork repo. - - Submit a pull request with your project. + fetching the profileid of the original creator of post -[Here](https://jarv.is/notes/how-to-pull-request-fork-github/) is a tutorial with steps to Fork and Submit a PR. + recommending profiles to user based on the given post -2. **PR Format:** - - **Project Name:** - - **Team Members:** (Name and Lens Handle) - - **Project Description:** + It’s an open source plugin which can be extended further by any community person to add more compatibility to the agent. - **Source Code Link:** + https://github.com/Akshit1311/lens-ai - **Preview Link (Optional):** + https://lensaiagent.vercel.app/ - **Demo Video/Slide Deck Link (Optional):** - - **Screenshots (Optional):** - -### Troubleshooting: + https://screen.studio/share/5jWIlEAl -1. You can ask the community and the Lens devs questions by writing on our [Telegram](http://t.me/lensdevs). -2. Ask in public, in the Hackathons channel. Neither devs nor the community will answer via DM. -3. Share what you’re building with others. Building the same thing as another team? Merge teams! Anything goes as long as what you build is amazing. -4. Be kind, respectful and patient. Some days might be slower on responses than others, as we are also on a holiday week. From 44565fb8221a5fa6906c45b0c4d6d7b23e648ecb Mon Sep 17 00:00:00 2001 From: phi <42600064+Ramitphi@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:15:04 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d72afeb..1901e94 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ We submitted to jokerace before time only but missed raising PR here, also no code is changed in source repo Hope we make it -**PR Format:** + - **Project Name:** LensAI - **Team Members:**