polymutex.eth
polymutex.eth
Some wallets have a "core" repository with core libraries, which multiple "app" repositories (mobile/web/etc.) separately import and have their own licenses. The wallet feature schema should allow expressing this structure.
This seems cool: https://writewithharper.com/docs/integrations/language-server It also has VSCode integration: https://writewithharper.com/docs/integrations/visual-studio-code We already have a spellchecker, and this would take it to the next level. I've probably made some grammatical mistakes...
Suggested in #293. Helpful for users to take back control over their account after delegating to a malicious 7702 contract.
One of the core components of [Vitalik Buterin's "What I want to see in a wallet"](https://vitalik.eth.limo/general/2024/12/03/wallets.html) is the ability for the user to recover their wallet. We should indeed ensure...
GitHub has taken down my account in the past, causing all my repositories, created issues, and PRs to disappear. At least until my account was reinstated. While the Walletbeat repository...
Now that we have the `mitmproxy` guide (one of multiple planned guides, see #170 for others), we should put these guides on the Walletbeat website itself. This way we can...
This issue tracks the work of creating a Safe wallet and moving the `walletbeat.eth` ENS name to be owned by the multisig. The multisig itself can be a 1-of-1 until...
Follow-on to #173 (defining stage 1️⃣). We should also define what stage 2️⃣ means. This is blocked behind agreeing on stage 1️⃣, but I think we can all agree that,...
We should generate and provide markdown-formatted wallet review pages. This is useful for LLMs to ingest the data that Walletbeat has about wallets. In some way, this is SEO in...
Walletbeat's deploy pipeline is failing with the message `Unauthorized.... Check your auth token's validity` during the "Edgeserver Upload" step: https://github.com/walletbeat/walletbeat/actions/runs/17014289547/job/48234798051 Perhaps some auth token expired for Edgeserver? @lucemans