banner
Crypto Chasers

Crypto Chasers

A DAO helping new Web3 projects and users grow.

Crypto Chasers 技术周报 20230905

贡献者:Script Money
全栈工程师,熟悉 Web3 开发生态,编写过一些技术教程

本文是 CryptoChasers 出品的技术周报第一期,资料来源于个人收集和社区群聊。主要面向 Web3 开发和 Crypto 活动的偏实践类内容。

板块设置说明:
本周精选:由作者推荐的最近 3 条最值得关注的信息
工具推荐:由作者推荐的 3 个值得试用的开发者工具
群友热议:社区群聊里本周 + 历史某周的 3 条热门主题
开发者活动:未来几周开发者可以参加的黑客松、活动、Grant 等
友情推荐:群友项目,招聘,广告等

本周精选#

Rust & Ethereum#

推荐理由:介绍了很多以太坊生态的 Rust 工具
总结:https://traw.ai/video/c0dda6d8-6755-4500-8cd3-acd08ef39601
原视频:https://www.youtube.com/watch?v=5avJdbtpyY8

浅谈 LLM 应用开发 Roadmap 之一个全端开发者的观点#

推荐理由:经验丰富的 AI 大模型应用开发者的经验分享
网址:https://gamma.app/public/-LLM-Roadmap-0pv5lh3kbogyoae

PSE Trading | 全链游戏启示录:像素级拆解产业链#

推荐理由:全面介绍了 FOCG (full On Chain Game) 的现状和工具
网址:https://mirror.xyz/0x9245685A44810A447704BC3A0577fc9861D04C13/5wsk30mnZNTN_h6p1Q27yjeDqzN3fO-JSBYKmQxr3Fk

工具推荐#

AWS CodeWhisperer#

推荐理由:Amazon 出品免费的代码助手,VSCode 内使用,可代替 GitHub Copilot
b 站视频安装教程:https://www.bilibili.com/video/BV1K94y147n1/?vd_source=74f7adf85cf4c26433269d832a5c3f14

推荐理由:新跨链协议,Solidity 开发项目能用得上
文档:https://docs.chain.link/ccip
介绍:https://youtu.be/ZQpD2dqrCeM?si=ZSM7bI-zLb2b5Vc7

SDXL#

推荐理由:SDXL 是 AI 绘画新范式,值得学习并加入武器库
SDXL 商业化,技术框架应该选哪家?:https://www.youtube.com/watch?v=VUxwS410_2Y
关于 SDXL 1.0,这个视频里有你想知道的全部 | 15 分钟全面解读: https://www.bilibili.com/video/BV1TM4y1p7RJ/
Civital SDXL 比赛获奖名单: https://civitai.com/articles/2083

群友热议 0821-0904#

话题 1:如何用技术手段玩 friend.tech#

  1. friend-tech 和 bitclout 的逻辑相似,都允许一切可以进行金融化(fi)的事物。
  2. 讨论涉及如何优化 bot 性能,特别是在处理大 V 信息和 Twitter 数据时的挑战。
  3. 对于事件(event)处理速度的讨论,以及如何判断大 V。
  4. 对于节点同步速度和 API 服务节点的讨论,包括 base 链的 API 服务节点和其速度。
  5. 关于 op stack 技术的讨论,是否支持内存池,以及可能的使用场景。

话题 2:解析和修改以太坊交易的 input#

  1. 讨论者寻找一个能够在 Etherscan 上修改 input 的插件或工具,以更灵活地进行交易数据处理。
  2. 讨论者提到 Tenderly 工具,可以查找交易哈希并重新模拟,但指出需求描述可能有问题,因为修改数据和状态后需要确定如何应用交易。
  3. 讨论者讨论了如何手动拼接 input 字节,以及一些工具和网站,如 Hashex 和 Openchain,可以用于处理 ABI 和 encode/decode 数据。
  4. 讨论者分享了一个针对 Alfred 的插件,该插件似乎是用于处理以太坊交易的工具。
  5. 讨论者提到 Openchain 在解析交易数据方面相对于 4byte 代码更强大,尤其在验证合约代码方面更准确。
  6. 一些讨论者提到 Alfred 插件的功能,包括跳转到浏览器查看选中的哈希和签名验证。
  7. 讨论者还讨论了一些其他工具,如 Utools 和 Raycast,可以用于创建自定义插件以增强工作流程。

话题 3:找出某个代币在某个用户账户余额变化的交易#

  1. 当你关心某个特定代币和用户的余额变化时,一个简单的方法是在每个区块(block)中查看余额是否变化,如果发生了变化,可以遍历该区块中的交易来查找引起变化的交易。
  2. 另一种方法是通过区块的交易日志(log)来查找引起代币余额变化的交易。你可以筛选出转账(transfer)日志,然后查找相应的交易。
  3. 有人提到使用链上工具或服务,如 Chainbase 或 Dune Analytics,可以追踪余额变化。这些工具可以提供区块内的余额变化数据。
  4. 讨论中还提到了使用 Trace 来跟踪调用和状态变化,但需要注意 Trace 通常会记录更详细的信息,但可能需要更多的处理。
  5. 另一种方法是创建一个 ETL(Extract, Transform, Load)流程来处理区块链数据,以便更方便地查询余额变化。
  6. 修改余额通常会产生相应的日志或状态变化,但有些情况下可能会使用非常规手段来隐藏操作,这取决于具体的合约和交易。

群聊提到各种网址#

https://abi.hashex.org/
https://basescan.org/address/0x3b9ca58493fba9e1a3f65c1ca3781842e2608a5f
https://bbs.125.la/forum.php?mod=viewthread&tid=14684272
https://bbs.125.la/forum.php?mod=viewthread&tid=14790172
https://blog.csdn.net/Loading_BFX/article/details/115293986
https://book.cairo-lang.org/
https://bscscan.com/address/0x5608808d4e5af536abb578898b4b025b61a65f8a
https://bscscan.com/address/0x97d773d21cdbc296de82e8a93c8dc3b2ef68eff4
https://bscscan.com/tx/0x286a8f6fa8bd4a06f28d182ac5c1db5141e98f74c42568bc8c9ed883c9e09f33
https://code4rena.com/@adriro
https://codesandbox.io/s/eth-sign-send-tx-forked-mwqf53
https://cryptochasers.xlog.app/tag/101
https://ctf.metatrust.io/teams/invite?code=eyJpZCI6NywidiI6IjcyMDUxMmM2ZjVjMzBiOTRkMzNkYzMwZGQ1Yjg3NWE0NWZmYTJhOTEifQ.ZOh4-Q.1K44aPcbJ75c2CmjeR2K4X3WYxY
https://docs.cairo-lang.org/
https://docs.chainbase.com/docs/chain-api-overview
https://docs.login.xyz/general-information/siwe-overview/eip-4361
https://docs.uniswap.org/sdk/v3/guides/quoting
https://eips.ethereum.org/EIPS/eip-3541
https://eth.blockscout.com/
https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterchanges
https://etherscan.io/balancecheck-tool
https://etherscan.io/tx/0x001ac3251a39e1647e73a5817a36f6be4ef92099a86e36dbc458e11b4d33abec
https://fk.iosku.cn/index.php
https://git-scm.com/book/en/v2/Git-Branching-Rebasing#_rebase_rebase_work
https://gitee.com/ikam/http-sdk/releases
https://github.com/0xAsten/Starknet-Tech-Stacks-Mindmap
https://github.com/ElainaForever/OpenCEC-IDE/pull/1
https://github.com/connext/community-sybil-reports
https://github.com/ethereum-optimism/op-geth/pull/118
https://github.com/makerdao/dss/tree/master/src
https://github.com/microsoft/vscode/issues/191229
https://github.com/tonlabs/sdk-samples/blob/master/demo/ever-wallet/src/wallet.ts
https://github.com/vercel/next.js/issues/18361
https://iedumail.com/product/
https://juejin.cn/s/rust%E5%8F%96%E4%BB%A3c%2B%2B%E5%B0%B1%E6%98%AF%E7%AC%91%E8%AF%9D
https://lab.miguelmota.com/ethereum-abi-caller/
https://ldxyck.com/
https://lwebapp.com/en/tools
https://openchain.xyz/signatures?query=0x3d693ada
https://openchain.xyz/tools/abi
https://optimistic.etherscan.io/address/0x910e91d24a948c3e36b71b505fb45fe80e95adb3#writeContract
https://polygonscan.com/address/0x458df878cae2174a294b907df6d4235fa59eaa44
https://quantum.starknet-ecosystem.com/
https://rareskill-webtres.vercel.app/practice
https://repo.initnil.com/
https://selfboot.cn/2023/08/25/gpt4_code_interpreter_module/
https://status.base.org/
https://thetipcoin.io/
https://trustgo.trustalabs.ai/search
https://twitter.com/API/status/1693760591503266165
https://twitter.com/Airdrop_Guard/status/1697119259665781095?s=20
https://twitter.com/Balancer/status/1694014645378724280
https://twitter.com/Crypto_Camp_/status/1695463183270760723
https://twitter.com/bertcmiller/status/1694399368021901469?s=20
https://twitter.com/duoxehyon/status/1694410633247420743?s=46&t=uK5k-wgCo7ZD1VgIolz_uw
https://twitter.com/tipcoineth
https://users.rust-lang.org/t/string-concatenation-best-practices-performance/65876/5
https://www.devpill.me/docs/smart-contract-development/evm-deep-dive/
https://www.evm.codes/
https://www.ikam.cn/thread-6.htm
https://www.paradigm.xyz/2023/08/rivet
https://www.youtube.com/watch?v=0BwE-GqmSl0
https://zoomertoken.com/

开发者活动#

友情推荐#

欢迎在评论区👇对周报内容反馈或投稿

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.