# Blockchain

Blockchain is a distributed digital ledger that records transactions in cryptographically linked blocks and uses network validation and consensus rules.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Tokenization and the Migration of Money, Assets, and Ownership to Internet Infrastructure

DevFeed: [Tokenization and the Migration of Money, Assets, and Ownership to Internet Infrastructure](<https://devfeed.tech/articles/the-token-supercycle-everything-of-value-is-becoming-programmable-17254.md>)

Original publisher: [Read original article](<https://solana.com/news/the-token-supercycle-oped>)

Author: Solana Foundation

Published: 2026-09-02T09:00:00Z

Content type: opinion

Language: en

Sources: [Solana News Feed](<https://devfeed.tech/sources/solana-news-feed.md>)

Topics: [tokenization](<https://devfeed.tech/topics/tokenization.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Internet](<https://devfeed.tech/topics/internet.md>), [Finance](<https://devfeed.tech/topics/finance.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [blockchain-technology](<https://devfeed.tech/tags/blockchain-technology.md>), [crypto-news](<https://devfeed.tech/tags/crypto-news.md>), [cryptocurrency](<https://devfeed.tech/tags/cryptocurrency.md>), [defi](<https://devfeed.tech/tags/defi.md>), [finance](<https://devfeed.tech/tags/finance.md>), [financial](<https://devfeed.tech/tags/financial.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [internet](<https://devfeed.tech/tags/internet.md>), [nfts](<https://devfeed.tech/tags/nfts.md>), [payments](<https://devfeed.tech/tags/payments.md>), [podcasts](<https://devfeed.tech/tags/podcasts.md>), [solana](<https://devfeed.tech/tags/solana.md>), [solana-ecosystem](<https://devfeed.tech/tags/solana-ecosystem.md>), [stablecoins](<https://devfeed.tech/tags/stablecoins.md>), [token](<https://devfeed.tech/tags/token.md>), [tokenization](<https://devfeed.tech/tags/tokenization.md>), [web3](<https://devfeed.tech/tags/web3.md>)

### AI overview

This opinion article argues that tokenization is driving a long-term migration of money, assets, and ownership onto always-on internet infrastructure. It identifies stablecoins, institutional asset tokenization, blockchain infrastructure, and AI-enabled economic actors as converging forces that could broaden global distribution and access to markets.

### Source excerpt

More than $4.7 trillion in stablecoins moved across Solana in the past year as tokenized markets expand access to ownership and finance.

## State divergence enables unauthorized access

DevFeed: [State divergence enables unauthorized access](<https://devfeed.tech/articles/state-divergence-enables-unauthorized-access-7663.md>)

Original publisher: [Read original article](<https://blog.trailofbits.com/2026/08/25/state-divergence-enables-unauthorized-access/>)

Author: "Paweł Płatek"; "Denys Pakizh"

Published: 2026-08-25T11:00:00Z

Content type: article

Language: en

Sources: [The Trail of Bits Blog](<https://devfeed.tech/sources/the-trail-of-bits-blog.md>), [The Trail of Bits Blog](<https://devfeed.tech/sources/the-trail-of-bits-blog-2.md>)

Topics: [bug](<https://devfeed.tech/topics/bug.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [access-control](<https://devfeed.tech/tags/access-control.md>), [audits](<https://devfeed.tech/tags/audits.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [bug](<https://devfeed.tech/tags/bug.md>), [financial-services](<https://devfeed.tech/tags/financial-services.md>), [module](<https://devfeed.tech/tags/module.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article describes a Provenance Blockchain authorization bug that allowed users to grant themselves admin control over marker accounts without holding tokens. The flaw affected non-fixed-supply markers because the access check read a stale zero-valued supply field instead of the live circulating supply. The issue was mitigated in v1.28.0 and fixed in v1.29.0.

### Source excerpt

We found and reported a bug in Provenance Blockchain, a public proof-of-stake chain built on Cosmos SDK, that lets any user grant themselves admin control over marker accounts without holding a single token. Provenance covers a range of financial services, including on-chain tokenized loans, private equity tokens, bridged assets, and asset registries. Our bug affected 82 markers representing live financial assets on mainnet. We found the bug, which affects versions before 1.28.0, in March 2026, and reported it to Provenance on April 1. It was mitigated in PR #2627 (commit c81fd65), which shipped in v1.28.0 on May 1, 2026, and fixed in PR #2734, which shipped in v1.29.0 on June 8, 2026. What is a marker? The marker module is Provenance's core primitive for fungible tokens. Chain participants can issue a new asset on Provenance by submitting a MsgAddMarkerRequest transaction; the chain creates a dedicated account for that asset, called a marker. Each marker is a special account type that controls: A denomination (e.g., uusd.trading, cusd.deposit, cguaranteedrateomni) An access control list governing who can mint, burn, withdraw, deposit, or administer the token A supply field recording the canonical token count An escrow balance (the marker account can hold any asset, not just its own denomination) Markers are either supply_fixed (the supply field is enforced as a hard cap) or non-fixed (the bank module is the source of truth; the supply field is informational). This distinction is central to the bug. The bug: An access check anyone can pass AddAccess is the Cosmos SDK message handler that processes requests to modify a marker's access control list. It checks whether the caller is authorized using three conditions, any one of which is sufficient: The caller is the marker's designated manager and the marker is in Finalized state. The caller already holds ACCESS_ADMIN on the marker. The caller controls 100% of the marker's circulating supply. case types.StatusFinalized,

## Kimwolf v7: An Evolution of the Kimwolf Botnet

DevFeed: [Kimwolf v7: An Evolution of the Kimwolf Botnet](<https://devfeed.tech/articles/kimwolf-v7-an-evolution-of-the-kimwolf-botnet-7752.md>)

Original publisher: [Read original article](<https://unit42.paloaltonetworks.com/kimwolf-v7-botnet-malware/>)

Author: Asher Davila, Chris Navarrete and Doel Santos

Published: 2026-08-11T10:00:16Z

Content type: article

Language: en

Sources: [Unit 42](<https://devfeed.tech/sources/unit-42.md>)

Topics: [Kimwolf v7](<https://devfeed.tech/topics/kimwolf-v7.md>), [Android](<https://devfeed.tech/topics/android.md>), [DDoS](<https://devfeed.tech/topics/ddos.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [C2](<https://devfeed.tech/topics/c2.md>), [Ethereum Name Service (ENS)](<https://devfeed.tech/topics/ens.md>), [Malware](<https://devfeed.tech/topics/malware.md>), [Cybercrime](<https://devfeed.tech/topics/cybercrime.md>), [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Threat Hunting & Intel](<https://devfeed.tech/topics/threat-hunting-intel.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-apk](<https://devfeed.tech/tags/android-apk.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [c2](<https://devfeed.tech/tags/c2.md>), [ddos](<https://devfeed.tech/tags/ddos.md>), [devices](<https://devfeed.tech/tags/devices.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [http](<https://devfeed.tech/tags/http.md>), [iot-botnets](<https://devfeed.tech/tags/iot-botnets.md>), [kimwolf-v7](<https://devfeed.tech/tags/kimwolf-v7.md>), [linux](<https://devfeed.tech/tags/linux.md>), [malware](<https://devfeed.tech/tags/malware.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [routing](<https://devfeed.tech/tags/routing.md>), [rpc](<https://devfeed.tech/tags/rpc.md>), [spoofing](<https://devfeed.tech/tags/spoofing.md>), [threat-research](<https://devfeed.tech/tags/threat-research.md>)

### AI overview

Kimwolf v7 is an Android and IoT botnet variant that adds HTTP/2-based DDoS flooding with browser fingerprinting, Ethereum Name Service resolution for C2 addresses, and Tor-backed routing to improve infrastructure resilience. The article also describes its targeting of Android TV devices and exploitation of unauthenticated ADB instances.

### Source excerpt

Discover how Kimwolf v7 targets Android IoT devices with HTTP/2 DDoS fingerprinting, Ethereum ENS C2 resolution and Tor backup routing. The post Kimwolf v7: An Evolution of the Kimwolf Botnet appeared first on Unit 42.

## Stablecoin Payments: How the Infrastructure Works

DevFeed: [Stablecoin Payments: How the Infrastructure Works](<https://devfeed.tech/articles/stablecoin-payments-how-the-infrastructure-works-10387.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/stablecoin-payments-guide/>)

Author: Aarthi Poonia

Published: 2026-08-03T00:00:00Z

Content type: article

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Network](<https://devfeed.tech/topics/network.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [guide](<https://devfeed.tech/tags/guide.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [payments](<https://devfeed.tech/tags/payments.md>), [tokens](<https://devfeed.tech/tags/tokens.md>)

### AI overview

A guide to the infrastructure behind stablecoin payments, covering wallet-to-address transfers, blockchain settlement, network selection, confirmation and finality, treasury flows, and the distinctions among fiat-collateralised, crypto-backed, and algorithmic stablecoins.

### Source excerpt

How stablecoin payments work as infrastructure: settlement flow, network choice, on-ramps and off-ramps, finality risk, treasury handling, and compliance.

## How Bullet uses ClickHouse Cloud to give DeFi's fastest exchange real-time analytics

DevFeed: [How Bullet uses ClickHouse Cloud to give DeFi's fastest exchange real-time analytics](<https://devfeed.tech/articles/how-bullet-uses-clickhouse-cloud-to-give-defi-s-fastest-exchange-real-time-analytics-5017.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/bullet-real-time-analytics>)

Author: ClickHouse

Published: 2026-07-15T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [data](<https://devfeed.tech/topics/data.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Ethereum](<https://devfeed.tech/topics/ethereum.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [finance](<https://devfeed.tech/tags/finance.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [platform](<https://devfeed.tech/tags/platform.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [speed](<https://devfeed.tech/tags/speed.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

Bullet uses ClickHouse Cloud to index, analyze, and monitor its real-time DeFi perpetuals exchange. The migration from Databricks reduced query latency from 10-15 seconds to milliseconds, improved data freshness to under five seconds, eliminated a separate serving layer, and supported 1,000 times more data at comparable cost.

### Source excerpt

Switching from Databricks to ClickHouse Cloud cut Bullet's query latency 10,000x and eliminated an entire serving layer, giving DeFi's fastest exchange real-time analytics at comparable cost.

## The Code You Didn't Write

DevFeed: [The Code You Didn't Write](<https://devfeed.tech/articles/the-code-you-didn-t-write-9453.md>)

Original publisher: [Read original article](<https://joncphillips.com/the-code-you-didnt-write/>)

Author: Jon C. Phillips

Published: 2026-07-12T16:51:00Z

Content type: article

Language: en

Sources: [Jon C. Phillips](<https://devfeed.tech/sources/jon-c-phillips.md>)

Topics: [Code](<https://devfeed.tech/topics/code.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [payload](<https://devfeed.tech/topics/payload.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [articles](<https://devfeed.tech/tags/articles.md>), [audience-building](<https://devfeed.tech/tags/audience-building.md>), [backend](<https://devfeed.tech/tags/backend.md>), [code](<https://devfeed.tech/tags/code.md>), [design](<https://devfeed.tech/tags/design.md>), [developers](<https://devfeed.tech/tags/developers.md>), [digital-products](<https://devfeed.tech/tags/digital-products.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [music](<https://devfeed.tech/tags/music.md>), [payload](<https://devfeed.tech/tags/payload.md>), [photography](<https://devfeed.tech/tags/photography.md>), [product-engineering](<https://devfeed.tech/tags/product-engineering.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [side-projects](<https://devfeed.tech/tags/side-projects.md>), [the-code-you-didn-t-write](<https://devfeed.tech/tags/the-code-you-didn-t-write.md>), [web-development](<https://devfeed.tech/tags/web-development.md>)

### AI overview

A developer discovers obfuscated JavaScript embedded in a backend file that executes automatically when the application starts. Static analysis reveals a throttled loader that retrieves encrypted commands through attacker-controlled blockchain transactions, decrypts the payload, and executes it.

### Source excerpt

I pulled down a codebase for some work, like I normally do. I cloned the repo, installed the dependencies, spun it up locally, and started poking around to get my bearings. Then things started looking strange.

## Not-so-anonymous telemetry: The @injectivelabs/sdk-ts backdoor

DevFeed: [Not-so-anonymous telemetry: The @injectivelabs/sdk-ts backdoor](<https://devfeed.tech/articles/not-so-anonymous-telemetry-the-injectivelabs-sdk-ts-backdoor-8295.md>)

Original publisher: [Read original article](<https://securitylabs.datadoghq.com/articles/not-so-anonymous-telemetry-injectivelabs-sdk-ts-backdoor/>)

Author: Sebastian Obregoso, Christophe Tafani-Dereeper, Eslam Salem

Published: 2026-07-09T00:00:00Z

Content type: news

Language: en

Sources: [Datadog Security Labs](<https://devfeed.tech/sources/datadog-security-labs.md>)

Topics: [backdoor](<https://devfeed.tech/topics/backdoor.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Malware](<https://devfeed.tech/topics/malware.md>), [Git](<https://devfeed.tech/topics/git.md>), [npm](<https://devfeed.tech/topics/npm.md>), [Bitcoin](<https://devfeed.tech/topics/bitcoin.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [servers](<https://devfeed.tech/topics/servers.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Prettier](<https://devfeed.tech/topics/prettier.md>)

Tags: [backdoor](<https://devfeed.tech/tags/backdoor.md>), [bitcoin](<https://devfeed.tech/tags/bitcoin.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [ci](<https://devfeed.tech/tags/ci.md>), [code](<https://devfeed.tech/tags/code.md>), [git](<https://devfeed.tech/tags/git.md>), [github](<https://devfeed.tech/tags/github.md>), [http](<https://devfeed.tech/tags/http.md>), [malware](<https://devfeed.tech/tags/malware.md>), [server](<https://devfeed.tech/tags/server.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

A malicious commit briefly compromised the Injective blockchain's @injectivelabs/sdk-ts npm package by disguising a credential-stealing backdoor as telemetry code. The malware captured wallet mnemonic seed phrases and private keys, encoded them, and exfiltrated them through HTTP requests to a remote endpoint before the code was reverted.

### Source excerpt

A malicious commit disguised as SDK telemetry briefly compromised @injectivelabs/sdk-ts, exfiltrating wallet mnemonics and private keys.

## Clear Signing: Making Transaction Approvals Safer on Ethereum

DevFeed: [Clear Signing: Making Transaction Approvals Safer on Ethereum](<https://devfeed.tech/articles/clear-signing-making-transaction-approvals-safer-on-ethereum-17224.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2026/05/12/clear-signing-announcement>)

Author: Hester Bruikman

Published: 2026-05-12T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Security](<https://devfeed.tech/topics/security.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [developers](<https://devfeed.tech/tags/developers.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [format](<https://devfeed.tech/tags/format.md>), [security](<https://devfeed.tech/tags/security.md>), [signing](<https://devfeed.tech/tags/signing.md>), [standard](<https://devfeed.tech/tags/standard.md>)

### AI overview

An Ethereum Working Group has launched Clear Signing, an open standard intended to help wallets present human-readable, structured descriptions of transaction effects. The approach includes ERC-7730, a descriptor registry, verification through independent reviews and attestations, and tools for wallet and developer adoption.

### Source excerpt

An Ethereum Working Group consisting of wallet developers, security firms and the Ethereum Foundation's Trillion Dollar Security Initiative today launched an open standard designed to end blind signing -- a structural flaw that has contributed to billions in user losses, including the Bybit hack. Ethereum Foundation's Trillion Dollar Security Initiative...

## Should Your SaaS Accept Crypto in 2026? An Honest Cost-Benefit Analysis

DevFeed: [Should Your SaaS Accept Crypto in 2026? An Honest Cost-Benefit Analysis](<https://devfeed.tech/articles/should-your-saas-accept-crypto-in-2026-an-honest-cost-benefit-analysis-9779.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/crypto-saas-payments-2026/>)

Author: Ayush Agarwal

Published: 2026-05-12T00:00:00Z

Content type: article

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Software as a service](<https://devfeed.tech/topics/saas.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Solana](<https://devfeed.tech/topics/solana.md>), [Ethereum](<https://devfeed.tech/topics/ethereum.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [extension](<https://devfeed.tech/tags/extension.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payments](<https://devfeed.tech/tags/payments.md>), [qr-code](<https://devfeed.tech/tags/qr-code.md>), [saas](<https://devfeed.tech/tags/saas.md>), [solana](<https://devfeed.tech/tags/solana.md>)

### AI overview

A guide for SaaS founders evaluating crypto payments in 2026. It focuses on stablecoins, processor-based USD settlement, the customer payment flow, and trade-offs including limited readiness among non-crypto-native consumers.

### Source excerpt

Where crypto payments make sense for SaaS in 2026, the stablecoin reality, USD settlement, no chargebacks, and the trade-offs founders rarely think through.

## Project Odin: Supporting the Sustainability of Critical Ethereum Infrastructure

DevFeed: [Project Odin: Supporting the Sustainability of Critical Ethereum Infrastructure](<https://devfeed.tech/articles/this-is-fine-until-the-grant-runs-out-17215.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2026/02/27/project-odin>)

Author: Raul Romanutti; Funding Coordination Team

Published: 2026-02-27T00:00:00Z

Content type: opinion

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [funding](<https://devfeed.tech/tags/funding.md>), [funding-coordination](<https://devfeed.tech/tags/funding-coordination.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [sustainability](<https://devfeed.tech/tags/sustainability.md>)

### AI overview

Project Odin is a structured support program for selected Ethereum Foundation grantees. It provides embedded strategic advisors to help critical infrastructure teams plan and test revenue opportunities, with the goal of improving financial sustainability and reducing dependence on a single funding source.

### Source excerpt

The commons called. It wants a runway. Every so often, in the blockchain world's usual cycle of funding scares, a team maintaining a widely used open source public good declares mayday. Libp2p is a core infrastructure stack that powers multiple Ethereum clients (among others) and a large part of...

## Introducing EVMbench

DevFeed: [Introducing EVMbench](<https://devfeed.tech/articles/introducing-evmbench-6486.md>)

Original publisher: [Read original article](<https://openai.com/index/introducing-evmbench>)

Published: 2026-02-18T00:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Security](<https://devfeed.tech/topics/security.md>), [Code](<https://devfeed.tech/topics/code.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [audits](<https://devfeed.tech/tags/audits.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [code](<https://devfeed.tech/tags/code.md>), [openai](<https://devfeed.tech/tags/openai.md>), [research](<https://devfeed.tech/tags/research.md>), [security](<https://devfeed.tech/tags/security.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

OpenAI and Paradigm introduce EVMbench, a benchmark that evaluates AI agents on detecting, patching, and exploiting high-severity smart contract vulnerabilities. It uses curated audit cases and sandboxed blockchain environments to measure these capabilities through automated grading and exploit checks.

### Source excerpt

OpenAI and Paradigm introduce EVMbench, a benchmark evaluating AI agents' ability to detect, patch, and exploit high-severity smart contract vulnerabilities.

## How Merkle Science fights crypto crime at scale with ClickHouse Cloud

DevFeed: [How Merkle Science fights crypto crime at scale with ClickHouse Cloud](<https://devfeed.tech/articles/how-merkle-science-fights-crypto-crime-at-scale-with-clickhouse-cloud-5415.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/merkle-science-fights-crypto-crime-at-scale>)

Author: Akshay Gupta, Lead Data Engineer, and Priyanshu Sehgal, Sr. Data Engineer

Published: 2025-11-13T09:30:52Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Data Infrastructure](<https://devfeed.tech/topics/data-infrastructure.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [threat detection](<https://devfeed.tech/topics/threat-detection.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [on-prem](<https://devfeed.tech/topics/on-prem.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [infra](<https://devfeed.tech/tags/infra.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [threat-detection](<https://devfeed.tech/tags/threat-detection.md>)

### AI overview

Merkle Science uses ClickHouse as a core part of its blockchain analytics and predictive risk platform for detecting, tracing, and preventing illicit activity. The company ingests about 1.5 terabytes of data weekly and runs more than 18 million queries, relying on ClickHouse for transaction monitoring, wallet attribution, cross-chain forensics, and real-time threat detection. The article describes its migration from self-managed ClickHouse infrastructure to ClickHouse Cloud to simplify operations and support faster scaling.

### Source excerpt

"Even if data increases by 4x or 5x in the next year, we literally don't have to worry about it. We've got the architecture right, the stack right, and the right platform at the end of the day." - Akshay Gupta, Lead Data Engineer

## Partial history expiry announcement

DevFeed: [Partial history expiry announcement](<https://devfeed.tech/articles/partial-history-expiry-announcement-17169.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/07/08/partial-history-exp>)

Author: Matt Garnett

Published: 2025-07-08T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [disk-space](<https://devfeed.tech/tags/disk-space.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [protocol-announcements](<https://devfeed.tech/tags/protocol-announcements.md>), [snap](<https://devfeed.tech/tags/snap.md>), [space](<https://devfeed.tech/tags/space.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

Ethereum execution clients now support partial history expiry under EIP-4444. Removing block data from before the Merge can reduce the disk space required for an Ethereum node by 300-500 GB, while full rolling history expiry remains in development.

### Source excerpt

As of today, all Ethereum execution clients support partial history expiry in accordance with EIP-4444. While work on full, rolling history expiry is ongoing, users can expect to reduce the disk space required for an Ethereum node by 300-500 GB by removing the block data prior to the Merge. This...

## World Experience: Updates from the Next Billion Fellowship

DevFeed: [World Experience: Updates from the Next Billion Fellowship](<https://devfeed.tech/articles/world-experience-updates-from-the-next-billion-fellowship-17167.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/06/16/world-experience>)

Author: Next Billion

Published: 2025-06-16T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [development](<https://devfeed.tech/tags/development.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [next](<https://devfeed.tech/tags/next.md>), [next-billion](<https://devfeed.tech/tags/next-billion.md>), [stories](<https://devfeed.tech/tags/stories.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

An update on the Next Billion Fellowship Program introduces four new fellows and highlights the work of five alumni. Their projects explore digital identity, climate finance and conservation data, Ethereum-based initiatives in global development, and disaster-response systems using zero-knowledge proofs, trusted execution, and satellite imagery.

### Source excerpt

This is an update from the Next Billion Fellowship Program. Applications are rolling and open for cohort 6 beginning in October 2025. Individuals interacting with an application have a user experience. Collectives interacting with a protocol have a world experience. There are many worlds that the Ethereum protocol touches;...

## Checkpoint #3: June 2025

DevFeed: [Checkpoint #3: June 2025](<https://devfeed.tech/articles/checkpoint-3-june-2025-17162.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/06/03/checkpoint-3>)

Author: Nixo Rokish

Published: 2025-06-03T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Development](<https://devfeed.tech/topics/development.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [developer](<https://devfeed.tech/tags/developer.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [release](<https://devfeed.tech/tags/release.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

This Ethereum Checkpoint summarizes recent core development. The Pectra upgrade shipped successfully, while Fusaka testing continues with PeerDAS, blob parameter adjustments, and gas-limit testing. Developers are also soliciting proposals for the later Glamsterdam upgrade.

### Source excerpt

Ethereum's weekly All Core Developer calls are a lot to keep up with, so this "Checkpoint" series aims for high-level updates roughly every 4-5 weeks, depending on what's happening in core development. See the previous update here....

## Announcing the Trillion Dollar Security Initiative

DevFeed: [Announcing the Trillion Dollar Security Initiative](<https://devfeed.tech/articles/announcing-the-trillion-dollar-security-initiative-17160.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/05/14/trillion-dollar-security>)

Author: Ethereum Foundation

Published: 2025-05-14T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Security](<https://devfeed.tech/topics/security.md>), [developer tooling](<https://devfeed.tech/topics/developer-tooling.md>)

Tags: [attacks](<https://devfeed.tech/tags/attacks.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [developer-tooling](<https://devfeed.tech/tags/developer-tooling.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The Ethereum Foundation announces the Trillion Dollar Security initiative, an ecosystem-wide effort to improve Ethereum's security across its technology stack. The initiative will map security strengths and attack vectors, implement improvements, and communicate security standards more effectively.

### Source excerpt

Ethereum is the most secure blockchain ecosystem. This is the result of 10 years of progress and iteration across every level of Ethereum's technology stack, from wallet UX to developer tooling to consensus protocol security. But being the most secure platform in the crypto ecosystem isn't enough. Ethereum's ambition...

## Ethereum University Tour

DevFeed: [Ethereum University Tour](<https://devfeed.tech/articles/ethereum-university-tour-17156.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/04/30/uni-tour>)

Author: Austin Griffith; Shyam Sridhar

Published: 2025-04-30T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Learning](<https://devfeed.tech/topics/learning.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [community](<https://devfeed.tech/tags/community.md>), [competition](<https://devfeed.tech/tags/competition.md>), [devconnect](<https://devfeed.tech/tags/devconnect.md>), [developers](<https://devfeed.tech/tags/developers.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [ecosystem-support-program](<https://devfeed.tech/tags/ecosystem-support-program.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [global](<https://devfeed.tech/tags/global.md>), [learn](<https://devfeed.tech/tags/learn.md>), [map](<https://devfeed.tech/tags/map.md>), [partnership](<https://devfeed.tech/tags/partnership.md>), [prototypes](<https://devfeed.tech/tags/prototypes.md>), [research](<https://devfeed.tech/tags/research.md>), [skills](<https://devfeed.tech/tags/skills.md>), [university](<https://devfeed.tech/tags/university.md>), [workshops](<https://devfeed.tech/tags/workshops.md>)

### AI overview

The Ethereum Foundation is sponsoring a global University Tour with BuidlGuidl to support university blockchain clubs and develop the next generation of Ethereum builders. The program includes virtual sessions, campus workshops, and a cross-university club competition ending at Devconnect 2025.

### Source excerpt

Are you part of a university blockchain club eager to dive deeper into the world of Ethereum? We want to connect with you! The Ethereum Foundation is sponsoring a global University Tour in partnership with BuidlGuidl, designed to activate student communities and grow the next generation of Ethereum builders....

## Devconnect 2025 - An "Ethereum World's Fair" in Buenos Aires

DevFeed: [Devconnect 2025 - An "Ethereum World's Fair" in Buenos Aires](<https://devfeed.tech/articles/devconnect-2025-an-ethereum-world-s-fair-in-buenos-aires-17141.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2025/03/05/devconnect-2025>)

Author: Devcon

Published: 2025-03-05T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Template](<https://devfeed.tech/topics/template.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [announce](<https://devfeed.tech/tags/announce.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [devconnect](<https://devfeed.tech/tags/devconnect.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [event](<https://devfeed.tech/tags/event.md>), [events](<https://devfeed.tech/tags/events.md>), [government](<https://devfeed.tech/tags/government.md>), [identity](<https://devfeed.tech/tags/identity.md>), [stablecoins](<https://devfeed.tech/tags/stablecoins.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

The Ethereum Foundation announces that Devconnect 2025 will take place in Buenos Aires from November 17 to 22. The event will include community-organized activities and an interactive Ethereum World's Fair, while supporting local efforts to expand Ethereum adoption in Argentina.

### Source excerpt

We're excited to announce that the next Devconnect will be held in Buenos Aires, Argentina, from November 17th to the 22nd, 2025 at the iconic venue La Rural! This year, we are aiming for something bigger than just Devconnect: We want to support an effort that the local community...

## No billionaires at FOSDEM

DevFeed: [No billionaires at FOSDEM](<https://devfeed.tech/articles/no-billionaires-at-fosdem-20802.md>)

Original publisher: [Read original article](<https://drewdevault.com/blog/No-Billionares-at-FOSDEM-please/>)

Author: January

Published: 2025-01-16T00:00:00Z

Content type: opinion

Language: en

Sources: [Drew DeVault](<https://devfeed.tech/sources/drew-devault.md>)

Topics: [FOSDEM](<https://devfeed.tech/topics/fosdem.md>), [foss](<https://devfeed.tech/topics/foss.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Fediverse](<https://devfeed.tech/topics/fediverse.md>), [X (Twitter)](<https://devfeed.tech/topics/twitter.md>)

Tags: [blockchain](<https://devfeed.tech/tags/blockchain.md>), [ceo](<https://devfeed.tech/tags/ceo.md>), [elon-musk](<https://devfeed.tech/tags/elon-musk.md>), [event](<https://devfeed.tech/tags/event.md>), [fosdem](<https://devfeed.tech/tags/fosdem.md>), [foss](<https://devfeed.tech/tags/foss.md>), [keynote](<https://devfeed.tech/tags/keynote.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [twitter](<https://devfeed.tech/tags/twitter.md>)

### AI overview

This opinion article argues that FOSDEM should not give its keynote platform to Jack Dorsey. It connects the criticism to Dorsey's former role at Twitter, the impact of Twitter's sale on the fediverse and free software communities, and Block's sponsorship of FOSDEM. The article also notes that Dorsey's talk was later cancelled.

### Source excerpt

Update: Dorsey's talk was cancelled! See the update here. Jack Dorsey, former CEO of Twitter, ousted board member of BlueSky, and grifter extraordinaire to the tune of a $5.6B net worth, is giving a keynote at FOSDEM. The FOSDEM keynote stage is one of the biggest platforms in the free software community. Janson is the biggest venue in the event - its huge auditorium can accommodate over 1,500 of FOSDEM's 8,000 odd attendees, and it is live streamed to a worldwide audience as the face of one of the free and open source software community's biggest events of the year. We've platformed Red Hat, the NLNet Foundation, NASA, numerous illustrious community leaders, and many smaller projects that embody our values and spirit at this location to talk about their work or important challenges our community faces. Some of these challenges, as a matter of fact, are Jack Dorsey's fault. In 2023 this stage hosted Hachyderm's Kris Nóva to discuss an exodus of Twitter refugees to the fediverse. After Dorsey sold Twitter to Elon Musk, selling the platform out to the far right for a crisp billion-with-a-"B" dollar payout, the FOSS community shouldered the burden - both with our labor and our wallets - of a massive exodus onto our volunteer-operated servers, especially from victims fleeing the hate speech and harassment left in the wake of the sale. Two years later one of the principal architects of, and beneficiaries of, that disaster will step onto the same stage. Even if our community hadn't been directly harmed by Dorsey's actions, I don't think that we owe this honor to someone who took a billion dollars to ruin their project, ostracize their users, and destroy the livelihoods of almost everyone who worked on it. Dorsey is presumably being platformed in Janson because his blockchain bullshit company is a main sponsor of FOSDEM this year. Dorsey and his colleagues want to get us up to speed on what Block is working on these days. Allow me to give you a preview: in addition to post

## Digital Repatriation

DevFeed: [Digital Repatriation](<https://devfeed.tech/articles/digital-repatriation-17127.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2024/12/09/digital-repatriation>)

Author: Mulenga Kapwepwe; the SummitShare team

Published: 2024-12-09T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [immersive web](<https://devfeed.tech/topics/immersive-web.md>)

Tags: [culture](<https://devfeed.tech/tags/culture.md>), [developers](<https://devfeed.tech/tags/developers.md>), [digital](<https://devfeed.tech/tags/digital.md>), [history](<https://devfeed.tech/tags/history.md>), [next-billion](<https://devfeed.tech/tags/next-billion.md>), [web3](<https://devfeed.tech/tags/web3.md>)

### AI overview

An update on Mulenga Kapwepwe's Summitshare initiative, which explores using blockchain technology and digital representations of artifacts to support African cultural heritage preservation and repatriation. The proposal could connect digital artifacts to physical originals and use virtual or augmented reality to make heritage more accessible.

### Source excerpt

The following is an update from Next Billion Fellow Mulenga Kapwepwe and her initiative "Summitshare". For more about the Next Billion Fellowship Program and to apply, please visit https://nxbn.ethereum.foundation/. Mulenga Kapwepwe, founder of the Women's History Museum of Zambia posed a question in 2022 to a small group...

## How Cedalio uses Neon for an efficient development workflow

DevFeed: [How Cedalio uses Neon for an efficient development workflow](<https://devfeed.tech/articles/how-cedalio-uses-neon-for-an-efficient-development-workflow-5345.md>)

Original publisher: [Read original article](<https://neon.com/blog/how-cedalio-uses-neon-for-an-efficient-development-workflow>)

Author: Carlota Soto

Published: 2024-05-29T19:38:07Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [data](<https://devfeed.tech/topics/data.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [aws](<https://devfeed.tech/tags/aws.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [sustainability](<https://devfeed.tech/tags/sustainability.md>)

### AI overview

This case study explains how Cedalio uses Neon and managed Postgres to support an efficient development workflow. Postgres database branches integrate with the CI/CD pipeline, databases can scale down to zero, and the model supports Cedalio's one-database-per-customer architecture. The platform also uses AI and smart contracts for ESG reporting, data verification, dashboards, supplier tracking, and auditable blockchain records.

### Source excerpt

We love Postgres, and for us, being able to use Postgres database branches that can be integrated with our CI/CD pipeline is a killer feature. The ability to spawn databases that can scale down to zero is also incredibly helpful. This model fits well with our one database per cus...

## Blog: Track the Bitcoin transactions with Falco

DevFeed: [Blog: Track the Bitcoin transactions with Falco](<https://devfeed.tech/articles/blog-track-the-bitcoin-transactions-with-falco-32525.md>)

Original publisher: [Read original article](<https://falco.org/blog/track-the-bitcoin-transactions-with-falco/>)

Published: 2024-03-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Falco](<https://devfeed.tech/topics/falco.md>), [Bitcoin](<https://devfeed.tech/topics/bitcoin.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [bitcoin](<https://devfeed.tech/tags/bitcoin.md>), [falco](<https://devfeed.tech/tags/falco.md>), [helm](<https://devfeed.tech/tags/helm.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [plugin](<https://devfeed.tech/tags/plugin.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

### AI overview

This tutorial presents a Falco plugin that receives Bitcoin transactions from a public WebSocket stream and shows how to install it, configure its default rules, and monitor transaction events in real time.

### Source excerpt

The number of plugins available for Falco continues to grow thanks to our wonderful community. Thank you all for your help! You can find the list of available plugins here. The vast majority of plugins developed allow Falco to ingest logs from different sources and raise alerts when suspicious elements are identified by its rules. In order to show that any event stream can be a source if you have the right plugin, and to have something fun to show users during my talks, I developed a Falco plugin to track Bitcoin transactions. How does it work? I discovered the site https://www.blockchain.com/ exposes a public flux, accessible via a websocket, by subscribing to it you can retrieve transactions carried out on the blockchain in real time. This is perfect for a Falco plugin as it allows you to test the ingestion of events via a websocket, and serve as a basis for other plugins. I am not going to describe the internal workings of the plugin here, nor how it was developed. If you are interested, you can look at the code here. Alternatively, read our documentation explaining how to create a plugin from A to Z: https://falco.org/docs/concepts/plugins/developers-guide/how-to-develop/. Default rules The plugin comes with its default set of rules, we will use them as a working example. You are free to play with it for your own needs, such as monitoring suspicious movements of your wallet. You can find the Falco rules file provided here. Installation of the plugin We will see the 3 classic ways to install the plugin: via sources with falcoctl in kubernetes via Helm Via sources The prerequisites are: Golang >= 1.19 make Falco >= 0.36 Git We will start by installing download the sources, build and install the plugin: git clone https://github.com/Issif/bitcoin-plugin.git cd bitcoin-plugin sudo make install We will create a falco.yaml file containing: plugins: - name: bitcoin library_path: /usr/share/falco/plugins/libbitcoin.so init_config: '' open_params: '' load_plugins: [bitcoi

## Devconnect Scholars Program - Ethereum Stories from Istanbul and Beyond

DevFeed: [Devconnect Scholars Program - Ethereum Stories from Istanbul and Beyond](<https://devfeed.tech/articles/devconnect-scholars-program-ethereum-stories-from-istanbul-and-beyond-17095.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2024/02/29/scholars-stories>)

Author: Next Billion

Published: 2024-02-29T00:00:00Z

Content type: opinion

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>)

Tags: [africa](<https://devfeed.tech/tags/africa.md>), [backend](<https://devfeed.tech/tags/backend.md>), [banking](<https://devfeed.tech/tags/banking.md>), [bitcoin](<https://devfeed.tech/tags/bitcoin.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [community](<https://devfeed.tech/tags/community.md>), [devconnect](<https://devfeed.tech/tags/devconnect.md>), [diversity](<https://devfeed.tech/tags/diversity.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [geography](<https://devfeed.tech/tags/geography.md>), [india](<https://devfeed.tech/tags/india.md>), [innovation](<https://devfeed.tech/tags/innovation.md>), [iran](<https://devfeed.tech/tags/iran.md>), [java](<https://devfeed.tech/tags/java.md>), [network](<https://devfeed.tech/tags/network.md>), [networks](<https://devfeed.tech/tags/networks.md>), [next-billion](<https://devfeed.tech/tags/next-billion.md>), [perspectives](<https://devfeed.tech/tags/perspectives.md>), [program](<https://devfeed.tech/tags/program.md>), [resilience](<https://devfeed.tech/tags/resilience.md>)

### AI overview

The article presents stories from participants in the Devconnect Scholars Program, describing how broader geographic and demographic representation can strengthen Ethereum's resilience, security, and community. It profiles scholars from India, Iran, and Kenya and their work in research, education, smart contracts, and open-source projects.

### Source excerpt

Ethereum is growing, and diversity of human participation creates resilience throughout the ecosystem. The Devconnect Scholars Program is one small effort that aims to create resilience through community diversity. Better representation across human geography and demographics leads to diverse experiences and new perspectives that help the Ethereum protocol serve the...

## Run a Node Grants Round Grantee Announcement

DevFeed: [Run a Node Grants Round Grantee Announcement](<https://devfeed.tech/articles/run-a-node-grants-round-grantee-announcement-17084.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2023/12/06/run-a-node-grantee>)

Author: Ethereum Foundation Ecosystem Support Program

Published: 2023-12-06T00:00:00Z

Content type: release

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Network](<https://devfeed.tech/topics/network.md>), [Remote Procedure Call (RPC)](<https://devfeed.tech/topics/rpc.md>)

Tags: [africa](<https://devfeed.tech/tags/africa.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [build](<https://devfeed.tech/tags/build.md>), [developers](<https://devfeed.tech/tags/developers.md>), [distributed-system](<https://devfeed.tech/tags/distributed-system.md>), [ecosystem-support-program](<https://devfeed.tech/tags/ecosystem-support-program.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [internet](<https://devfeed.tech/tags/internet.md>), [rpc](<https://devfeed.tech/tags/rpc.md>), [security](<https://devfeed.tech/tags/security.md>), [testing](<https://devfeed.tech/tags/testing.md>), [university](<https://devfeed.tech/tags/university.md>)

### AI overview

The Run A Node Grants Round selected 35 recipients from 23 countries from 243 applications. The grants support projects using Ethereum nodes for community building, research, data access, performance evaluation, education, and related activities beyond validator operation.

### Source excerpt

The Run A Node Grants Round wanted to reach different users exploring blockchain, learning, community efforts, and research purposes. The aim of this round was to encourage the exploration of a diverse range of ideas for operating nodes beyond running a validator, such as facilitating data queries for research, examining...

[Next page](<https://devfeed.tech/topics/blockchain.md?cursor=WyIyMDIzLTEyLTA2VDAwOjAwOjAwKzAwOjAwIiwgImJlZGZhMzJlLThjZjEtNDVlOS04ZGYzLWY2ZjZjOWU5ZTI0NCJd>)