banner
Crypto Chasers

Crypto Chasers

A DAO helping new Web3 projects and users grow.

Crypto Chasers Technical Newsletter 20231003

Contributor: Script Money
Full-stack engineer, familiar with Web3 development ecosystem, has written some technical tutorials

This article is the fourth issue of the technical newsletter produced by CryptoChasers (no update last week due to illness, this time two weeks are combined), the information comes from personal collection and community group chats. It mainly focuses on practical content related to Web3 development and Crypto activities.

Section settings:
Editor's Picks: 3 most noteworthy information recommended by the author
Tools Recommendation: 3 developer tools worth trying recommended by the author
Hot Topics in the Community: 3 hot topics from this week and a previous week in the community group chat
Developer Activities: Grants and hackathons that can be participated in the coming weeks
Recommendations: Community projects, recruitment, advertisements, etc.

zk book by rareskills#

zk-book

Website: https://www.rareskills.io/zk-book

Reason for recommendation: I have recommended their Solidity tutorial before, which is concise and clear. This zk tutorial continues the same style and is claimed to be the most programmer-friendly zero-knowledge proof tutorial, worth learning.

0xHacked x OtterSec CTF#

0xHacked

Website: https://github.com/0xHackedLabs/ctf

Reason for recommendation: Just ended CTF, official answers are provided, and the highlight is submitting zkProof answers. It is recommended to give it a try.

Stylus ERC721 Demo Project#

Stylus Tutorial

Website: https://twitter.com/yahgwai/status/1707479541071913460

Reason for recommendation: Stylus is an open-source SDK developed by Arbitrum for building applications that support multiple languages. You can develop contracts using Wasm or Solidity with multi-language support, and more chains will be supported in the future. You can refer to this tweet to get started.

Tools#

Artemis#

Artemis

Website: https://mteam88.github.io/posts/how-to-use-the-artemis-mev-framework/
Reason for recommendation: Artemis MEV framework developed by Paradigm is a useful tool for MEV searchers who want to write MEV bots in Rust. Someone has written an Artemis tutorial, which also includes many additional resources to help you get started.

ComfyUI#

comfyUI

Website: https://www.bilibili.com/video/BV1CF411k7LU/?vd_source=74f7adf85cf4c26433269d832a5c3f14
Reason for recommendation: ComfyUI is a tool for running Stable Diffusion more efficiently. New features require ComfyUI to run, such as various popular dance videos recently. The tool has a certain learning curve, and you can follow the tutorial to use it.

onlypwner#

Onlypwner

Website: https://onlypwner.xyz/
Reason for recommendation: Recommended by a senior security researcher in the community, this is a new CTF platform with normal content.

Hot Topics in the Community#

About daily privacy protection#

  • Viewpoint 1: Private Relay is a system-level proxy system developed in cooperation with Cloudflare, mainly for privacy improvement. It has regression obfuscation and hiding functions in foreign IP addresses, but cannot be used in domestic IP addresses. After routing the iPhone through the routing layer, this function can be used.
  • Viewpoint 2: iCloud now supports encryption using Yubikey, but some users are concerned about the issue of key loss. On the other hand, Google 2FA can be backed up, but it may reduce security. Therefore, when choosing an encryption scheme, it is necessary to balance security and convenience.
  • Viewpoint 3: Some suggestions have been made for the issue of securely storing private keys. For situations without automation requirements, single-signature hardware wallets or multi-signature Gnosis can be used. For situations with automation requirements, single-signature KMS or multi-signature MPC can be used.

How to migrate contract data#

  • Viewpoint 1: Migrating the state of an old contract to a new contract may face the problem of high gas fees. For maps that contain a large number of addresses, one-time migration may not be feasible. You can consider separating important data into a data contract or using the proxy contract pattern to separate the logic contract and data contract.
  • Viewpoint 2: The values of Map variables can be traversed at the underlying level, but it may require scanning blocks on the chain. Geth or Erigon can be used to dump specific contracts, but gas fees are still a problem. You can consider allowing the administrator to set slots arbitrarily, but this method may bring other issues.
  • Viewpoint 3: Contract state migration usually allows users to migrate from the old version to the new version on their own. In this way, the project can avoid high gas fees and other potential issues. For example, some stablecoin projects have adopted this method for migration.

Earning bounties by contributing to open source projects on GitHub#

  • Some people discussed the possibility of earning airdrops and bonuses by contributing to open source projects on GitHub. It was mentioned that someone earned a lot of bonuses by fixing typos in the onlydust project.
  • The discussion included how to view the contributor's records on onlydust. One user mentioned that they have about 300 GitHub accounts, accounting for 3% of their total.
  • They discussed a case where a user earned $130k by making three small contributions, but someone pointed out that this number may be the total bonus for the entire project, and the user may have actually only received $3k.

Mentioned URLs in the Group Chat#

Developer Activities#

Recommendations#

Welcome to provide feedback or contribute to the newsletter in the comments section.

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