Crypto M - Crypto News
2.56K subscribers
15.9K photos
190 links
Your #1 destination for the latest and most unbiased market news on Bitcoin, Ethereum, NFT, Fintech, Web3, DeFi, and Blockchain.
Download Telegram
🚀 Solana Re-Staking Protocol Solayer Releases Open Source LRT Codebase

According to Foresight News, Solana's re-staking protocol, Solayer, has launched its first open-source Solana LRT codebase. This release includes a comprehensive set of deployable and ready-to-use Rust programs along with end-to-end TypeScript. The initiative aims to provide developers with a variety of free, open-source templates to facilitate the creation of applications.

#Solana #ReStaking #Solayer #OpenSource #LRT #Rust #TypeScript #Developers #Blockchain #Crypto
👍1
🚀 Ethereum Foundation Funds Solidity Debugger Project

According to BlockBeats, the Ethereum Foundation's Ecosystem Support Program announced on social media that the sol-dbg project has received funding. Developed by Dimitar Bounov, sol-dbg is a Solidity debugger created as a TypeScript library. It utilizes an experimental interpreter approach and supports optimized EVM bytecode generated from Solidity compiler version 0.4.13 onwards.

#Ethereum #Solidity #Debugger #Funding #TypeScript #EVM #Blockchain #Crypto #ETH
🚀 AI TRENDS | Anthropic's Claude Code Source Map Leak Raises Security Concerns

Blockchain security company Fuzzland's intern researcher, Chaofan Shou, highlighted on X that the npm package of Anthropic's AI programming tool, Claude Code, contains a complete source map file (cli.js.map, approximately 60MB), which can be used to reconstruct the entire TypeScript source code. According to Odaily, the latest version v2.1.88, released today, still includes this file, containing the full code of 1,906 proprietary Claude Code source files, covering internal API design, telemetry analysis systems, encryption tools, and inter-process communication protocols.

Source maps are debugging files used in JavaScript development to map compressed code back to the original source code and should not appear in production release packages. In February 2025, an early version of Claude Code was exposed for the same issue, leading Anthropic to remove the old version from npm and delete the source map. However, the problem has resurfaced, with several public repositories on GitHub extracting and organizing the deobfuscated source code, including ghuntley/claude-code-source-code-deobfuscation, which has garnered nearly a thousand stars.

The leak involves the client implementation code of the Claude Code CLI tool and does not include model weights or user data, posing no direct security risk to ordinary users. However, the continued exposure of the complete source code means that internal architecture, security mechanisms, and telemetry logic are entirely transparent to the public.


#AI #Anthropic #ClaudeCode #Security #SourceMapLeak #Fuzzland #BlockchainSecurity #TypeScript #npm #GitHub #API #Telemetry #Encryption #InterProcessCommunication #SourceCode