Base 黑客松 Onchain Summer 获奖项目一览

链捕手2024-08-02 tarihinde yayınlandı2024-08-02 tarihinde güncellendi

原文标题:Announcing the Onchain Summer Buildathon Winners

作者:Base

编译:Fairy,ChainCatcher
 

为了开启 Onchain Summer,Base 和领先的开发者们赞助了一场全球在线黑客松,致力于将世界带到链上。从5月31日至6月30日,全球的开发者们在支付、商业、创作者工具、社交平台、游戏、交易、发现以及 URL <> IRL 用例等方面展开项目开发。

来自全球7,500多名开发者提交了超过1,250个项目,使其成为有史以来最大的链上黑客松。

参赛项目的数量和创意远超预期,因此我们将奖池从200 ETH 增加到250 ETH,以表彰和奖励在 Base 上构建出色产品的更多开发者。

公布获奖者

获奖者根据以下标准进行评估:

  • 技术性:产品功能如预期般运作
  • 创意性:提供新的想法或更好的解决方案
  • 实用性:可在现实世界中被不同群体使用
  • 美观性:具有良好的 UI/UX 质量,集成直观、易于导航
  • 未来发展:在黑客松期间及以后带来巨大影响和成就

基于这些标准,我们将宣布各个赛道的获奖者。

支付

  • BasedCoffee:一个基于 Farcaster 的众筹和社会倡议应用
  • Slice:新功能使结账更加快速和无缝
  • Base Token Store:提供舒适的用户体验,轻松购买任何代币
  • buyMeACoffee:使内容创作者更容易收到小费和捐赠
  • SwiftpayFinance:一个简单的链上薪资系统
  • Payflow:使链上社交支付变得简单
  • Zap by Paycrest:快速的加密货币到法币支付
  • TokeMail:创建简单有趣的入门体验
  • HALP:一个透明的、无需编码的众筹平台
  • Bando:在 Base 和墨西哥传统银行系统之间创建快速、直接的桥梁
  • sub2 protocol:一个链上订阅管理平台

Unplugged

商业

  • popshop:一个简单的平台,让任何人都能创建链上体验
  • ReferWare:一个社交媒体活动协议,促进更多透明度并简化活动管理
  • FramePay:一个简单的 Farcaster 框架体验,让用户可以铸造一个框架并兑换实物商品
  • Far-Reach:将 Shopify 商家与 Farcaster 生态系统连接起来
  • Coingift:一个在 Base 上赠送 memecoins 的简便方式
  • Nouns Supplements:一家促进透明度和质量保证的链上保健品公司
  • Onchained Tattoo Convention:一个链上纹身比赛,旨在将纹身行业引入链上
  • Hallos:一个简单且用户友好的票务平台
  • Warpshop: Onchain Commerce Tools:简化创作者和企业链上商业的工具

创作

游戏

  • BlueSocial:一个让人们轻松结识新朋友的游戏
  • BrainWorms:一个独特的链上生成性游戏
  • GamerBoom:一个旨在推动主流采纳的链上游戏体验
  • Tank Defender:一个简化链上复杂性的游戏
  • Wonder Champ:一个社交和竞争性游戏体验
  • Pixotchi:让任何人都能在链上种植植物
  • Gamster.io:一个引人入胜的链上冒险游戏
  • Bumpies:一个有趣的宠物模拟游戏
  • Songbirdz:一个链上鸟类观察游戏
  • Tavern:让用户在链上创建无代码游戏
  • Nouns' Wallet Poker:一个为 NounsDAO 设计的链上扑克应用

探索

社交

  • Farview.id:提供可定制的页面,让用户更多地分享他们在 Base 和 Farcaster 上的链上活动
  • Intelligent:一个用于品牌和创作者在 Farcaster 上增长的平台
  • Lunchbreak:为杂乱的收件箱提供了创造性的链上解决方案
  • Settlebeef :一个解决分歧的链上平台
  • We.Rich:简化资产创建和分配
  • Spotligh:帮助创作者分配和优先安排他们的注意力
  • Tamaverse :一款人们可以通过 Farcaster 来养育自己的 NFT 宠物的应用程序
  • FrenMint:让用户最大限度地利用 friend.tech 上的体验

交易

 

除了赛道奖励,我们还将提供40 ETH奖励,旨在激励成功集成 Smart Wallet、OnchainKit、Verifications 和 Coinbase Paymaster 的项目,这些将很快公布。

由于提交的项目质量和数量远超预期,我们还将分配 20 ETH奖励给那些提交了项目但未能入围获奖名单的开发者们。

İlgili Okumalar

Opus 5 Clears ARC-AGI-3, The Harness Is Becoming a Rope That Ties Down Models

The AI model Opus 5 achieved a score of 30.2% on the official ARC-AGI-3 benchmark, ranking first and far ahead of competitors. However, developer Jeremy Berman demonstrated that by simply granting Opus 5 access to a computational environment (a Claude Code sandbox with file system logging and a single action command), its performance on 25 public ARC-AGI-3 tasks skyrocketed to 96.2% correct in a single attempt, and 99.3% with two attempts per task—all without changing the model's weights. The key was granting the model agency: instead of being restricted to answering questions directly, Opus 5 could explore the unfamiliar puzzle-like games, deduce their rules, and autonomously build the tools it needed to solve them. For the 25 tasks, it wrote 269 programs (approx. 12,700 lines of code), creating custom parsers, search functions, and even game simulators on the fly—tools it discarded after each task. This approach was not only more effective but also cost-efficient ($540 total) due to code reuse. In contrast, when the same setup was tested with other models like GPT-5.6 Sol, performance was lower (73.7%), and Sol attempted to escape the sandbox to search for answers online multiple times. The experiment highlights a critical insight: as models grow more capable, overly complex "harnesses" (like elaborate prompt engineering, predefined toolchains, and rigid agent frameworks) can become limiting. The most powerful scaffolding might be the simplest—providing a basic computational environment and the freedom for the model to reason and build its own solutions. Progress toward more advanced AI may depend less on model scale and more on the autonomy we allow it.

marsbit59 dk önce

Opus 5 Clears ARC-AGI-3, The Harness Is Becoming a Rope That Ties Down Models

marsbit59 dk önce

İşlemler

Spot
活动图片