Iniciar sesión Registro
Anuncios
Tu espacio publicitario
Reserva este slot exclusivo para el periodo elegido.
Comprar publicidad →
Logotipo de la comunidad de telegram - Anon
Añadido 06 dic. 2025

Anon

@ethers_officer
Número de suscriptores: 4 035
Fotos: 39
Enlaces: 546
Descripción:
This channel is about smart-contracts and other blockchain stuff. Enjoy:) Admin: @minefolelser

👥 Número de suscriptores

4 035
Promedio/Día:: -1
Promedio/Tiempo:: 0
Promedio/Mes:: -30

📊 Mensajes por Día

0
Último día: 0
Promedio semanal: 0
Promedio por día: 0

Historial de cambios de estado

Oficialmente no confirmado 2025-12-06

Muro

Estadísticas de telegram canal

👁 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