您好,我们最近在开发 mobymask 项目的上报记录功能时遇到了一些挑战,希望能够获得社区的帮助。

我们的需求如下:

  1. 当用户上报信息时,通过监听 event 来获取并记录上报的用户信息。
  2. 提供一个查询接口(GraphQL),实现以下功能:

我们所面临的困难:

之前我们尝试在 watcher-ts 项目中的 handleEvent 方法中实现这一功能,通过 recoverInvocationSigner 解析交易签名,获取上报者的公钥地址和授权地址,然后将其记录到数据库。

然而,由于项目结构不断调整,watcher-ts 中的内容已被分散到多个独立的 GitHub 仓库,这使得开发变得困难。另外,我们在环境搭建和部署方面也缺乏经验,经常遇到问题。因此,我们希望能获得 laconic 团队的支持,帮助我们实现这两个功能。这样一来,我们的前端开发团队便可以直接调用 GraphQL 接口,实现网页功能。

非常感谢!

Hello, we've recently encountered some challenges while developing the report submission feature for our mobymask project and are seeking help from the community.

Our requirements are as follows:

  1. When a user submits a report, we want to listen to the event to capture and record the reported user information.