Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add event handlers

オープン
#9 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
typescript
領域
blockchain

調査の方向性

残っているイベントハンドラー項目 #18 と #19 から始め、次に src/lens-hub.ts と subgraph.yaml 内の対応するエントリを読みます。リンクされている Lens のイベントドキュメントを使用して必要なイベントフィールドを特定し、既存のハンドラーと比較します。残りの両方のハンドラーが定義され、subgraph 構成に登録されていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

You can find the list of event handlers emitted by the lens contract here. As of now, only one event handler is done, all others have remained. Following is the list of event handlers that need to be added for a usable MVP.

  • #14
  • #15
  • #16
  • #17
  • #18
  • #19

Feel free to suggest an addition/deletion of any event handler. Steps to add an eventHandler:

  1. Define a function to handle any event in the src/lens-hub.ts file in our project as it is defined here. You can get the details about the event fields from the lens-docs. Also, you can use this tool called tenderly if you have an address of that particular transaction and this tool will provide you with all the information regarding the events emitted.
  2. Once the event handler is defined in the lens-hub.ts file, add that event handler in the subgraph.yml file as shown here
主要言語
TypeScript
スター
54
フォーク
14
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Developer-DAO/Lens-Graph-Subgraph のほかの issue

Developer-DAO/Lens-Graph-Subgraph の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。