Devcon Archive logo
Devcon Forum Blog
  • Watch
  • Event
    Event: background logo
    • Devcon 7
    • Devcon 6
    • Devcon 5
    • Devcon 4
    • Devcon 3
    • Devcon 2
    • Devcon 1
    • Devcon 0
  • Categories
    Categories: background logo
    • Cryptoeconomics
    • Devcon
    • Developer Experience
    • Coordination
    • Core Protocol
    • Layer 2s
    • Real World Ethereum
    • Cypherpunk & Privacy
    • Security
    • Applied Cryptography
    • Usability
  • Playlists

Suggested

Loading results..

View all

About Devcon —

Devcon is the Ethereum conference for developers, researchers, thinkers, and makers.

An intensive introduction for new Ethereum explorers, a global family reunion for those already a part of our ecosystem, and a source of energy and creativity for all.

  • Watch
  • Devcon
  • Forum
  • Blog

Get in touch

devcon@ethereum.org

Subscribe to our newsletter

Crafted with passion ❤️ at the Ethereum Foundation

© 2025 — Ethereum Foundation. All Rights Reserved.

devcon 7 / verifier alliance inside of the contract verification pipeline

  • YouTube
  • Details

Verifier Alliance: inside of the contract verification pipeline

Duration: 00:08:39

Speaker: Rim Rakhimov

Type: Lightning Talk

Expertise: Intermediate

Event: Devcon

Date: Nov 2024

The talk will guide you through a smart-contract verification process step by step while introducing some technical details and challenges verification services have to handle. Will describe what we have learned building "Verifier Alliance" - a new collective that unites different verification providers to have an open and shared database of smart contracts (verifieralliance.org).

Categories

DevExverificationcontractsDevEx
  • Related
Keynote: Nomic Foundation’s vision for Ethereum’s tooling ecosystem preview
Devcon
Talk
17:35

Keynote: Nomic Foundation’s vision for Ethereum’s tooling ecosystem

Nomic Foundation is the nonprofit behind Hardhat. Nomic’s co-founder and CTO will walk you through Nomic’s long-term vision for a community-driven developer tooling ecosystem for Ethereum.

Build and deploy an onchain app in 80 minutes! preview
Devcon
Workshop
1:16:01

Build and deploy an onchain app in 80 minutes!

We will tinker with Solidity, build out a frontend, deploy the contract, and ship an app onchain—all in 80 minutes with state-of-the-art tooling.

Ethers.js - API Hidden Gems preview
Devcon
Talk
19:52

Ethers.js - API Hidden Gems

There are many shortcuts and powerful API features in Ethers.js which go unnoticed or under-exploited. The goal of this talk is to raise awareness, provide examples and encourage usage of some of these useful APIs to unlock features which can improve user experience, user security and be more transparent to users.

Firefly - Build your own hardware wallet preview
Devcon
Lightning Talk
09:24

Firefly - Build your own hardware wallet

Build your own Firefly hardware wallet and write your first custom firmware in a short interactive session. All parts provided, just bring a laptop and USB-C cable.

Building FullStack apps on Ethereum - SpeedRunEthereum3 preview
Devcon
Workshop
1:27:22

Building FullStack apps on Ethereum - SpeedRunEthereum3

In this session, we’ll build a fullstack app on Ethereum using Scaffold-ETH v2. We’ll follow along SpeedRunEthereum, a set of challenges that helps you quickly get hands-on with building on Ethereum. Together, we’ll create a simple Decentralized Staking App—an app that lets users lock up their tokens & earn rewards. This session is great for both beginners and more experienced devs looking to level up their skills and get practical with Ethereum.

Farcaster frames: building embeddable Ethereum apps preview
Devcon
Workshop
1:24:46

Farcaster frames: building embeddable Ethereum apps

Frames are an open standard for creating embeddable, interactive apps in social media feeds and on the web. They help solve one of the hardest problems for Ethereum dapp developers: distribution. Although frames originated on Farcaster, it's now possible to build cross-platform frames that work on Farcaster, Lens, XMTP, and the open web. In this hands on workshop we'll introduce the core concepts behind frames and build a simple frame app that interacts with a smart contract.

The Next 700 EVM Languages preview
Devcon
Talk

The Next 700 EVM Languages

What is the role of programming languages in helping smart contracts become reliable and scalable technology? Are our current languages for the EVM up to the task? Has Ethereum lost the lead in this regard? This talk explores these questions and proposes a roadmap for the development of the next generation of smart contract languages for the EVM.

Building a Developer Empire: Unitas et Innovatio preview
Devcon
Lightning Talk
05:54

Building a Developer Empire: Unitas et Innovatio

Friends, Romans, builders! We're on the cusp of a new era in developer collaboration. Let's focus on: Documentation cult: Aiming for Stripe-level docs in Web3 Open Source: Democracy in Action Trials of the Hackathon: Lessons from blockchain assemblies DevRel metrics: Tracking what truly matters in Web3 Our goal: Build a lasting developer empire through creation and community. Together, we'll shape the future of decentralized technology.

Discovery - the tool at the core of L2BEAT preview
Devcon
Workshop
1:19:52

Discovery - the tool at the core of L2BEAT

Hands on workshop about how to use an L2BEAT tool called discovery for mapping, researching and monitoring all the contracts involved in a project. We'll start by introducing the problem that discovery tries to solve and after that we'll get into trying to understand the architecture of a real world project by using the avenues this tool gives us. After this session the participant should feel empowered to use discovery to deepen his knowledge about all on-chain deployments.

MUD - How we built an EVM application framework from the ground up preview
Devcon
Talk
19:27

MUD - How we built an EVM application framework from the ground up

We wanted to accomplish one simple task: put a game—with all its data and logic—on a blockchain. What followed were countless technical challenges, years of efforts, and learnings that are applicable to anyone building complex onchain apps. How should data be structured? How can complex world state stay up-to-date on the client? How do we allow multiple teams to build on one single world, without it all breaking apart? Join us as we share the pitfalls and learnings.