Login Sign Up
Advert
Your ad spot
Reserve this exclusive slot for the selected period.
Buy advertising →
Telegram community logo - Anon
Added 06 Dec 2025

Anon

@ethers_officer
Number of subscribers: 4 035
Photos: 39
Links: 546
Description:
This channel is about smart-contracts and other blockchain stuff. Enjoy:) Admin: @minefolelser

👥 Number of subscribers

4 035
Average/Day:: -1
Average/Week:: 0
Average/Month:: -30

📊 Messages per Day

0
Last day: 0
Week average: 0
Average per day: 0

Status change history

Officially not confirmed 2025-12-06

Wall

Telegram statistics channel

👁 793 26-03-31 17:43
NotebookLM is powerful — but your research dies in the browser tab. Artem Zhutov built a Claude Code skill that fixes that. > It pulls cited answers out of NotebookLM and drops them into Obsidian as a linked knowledge graph — sources become files, topics become files, citations become wikilinks connecting everything.> The workflow is dead simple: search YouTube from terminal, add 20 videos as sources to NotebookLM, ask questions, get answers with citations pointing to exactly which video said what. One command can also generate a podcast-style audio overview that syncs to your phone via Obsidian Sync. No more copy-pasting between browser tabs.> The real trick is what happens in the vault afterward. Open any topic node and you can see which videos mentioned it, what they said, and follow links to the exact passages. Research that used to vanish now lives as markdown you own and can query.The skill is open source: github.com/ArtemXTech/personal-os-skillsFull writeup and 33-min walkthrough: https://artemxtech.substack.com/p/notebooklm-has-a-knowledge-graph
👁 2,530 25-04-15 07:06
OpenZeppelin Solidity Contracts v5.3 is here 🧑‍💻 This release introduces new token standards and governance improvements, along with new smart account and crosschain capabilities through the Community Contracts Library.Here's what's new 👇📝 Core Contracts HighlightsERC-6909 – New multi-token standard with:• Minimal implementation• Metadata support• Supply tracking• Content URI extensionGovernor Improvements:• New Proposal Guardian role• Added Sequential Proposal IDs• New Super Quorum mechanism❤️‍🩹 5.3 also packs quality-of-life upgrades such as: • trySafeTransfer() for ERC20s (no more surprise reverts) • clear() for EnumerableSet and EnumerableMap • MerkleTree.update() for dynamic leaf management • 512-bit and saturating math operations (add512, mul512, etc)🧪 Community Contracts UpdatesThe Community Contracts Library is home to more experimental and community-driven implementations, and now includes a new audited framework to develop ERC-4337 accounts with ERC-7579 modules, as well as new crosschain features.🔐 Production-Ready ERC-4337 Account Implementation, featuring flexible signature validation, including:• ECDSA• RSA• P256• ERC-7702 (yes, EOAs support!)🧩 Modular Account Features with ERC-7579• Support for fully pluggable modules: validators, executors, fallback handlers• Hook system for advanced customization• Batch execution support (ERC-7821)🌉 Cross-chain Capabilities• ERC-7786 Meta Gateway Aggregator• ERC-7802 Bridgeable Token Interfacehttps://github.com/OpenZeppelin/openzeppelin-contracts/releases/tag/v5.3.0