January 28, 2026

Capitalizations Index – B ∞/21M

Developing Blockchain Software

Developing blockchain software

Developing Blockchain Software

Developing blockchain softwareThis talk will explain what public blockchain systems like bitcoin and Ripple are, the unique challenges of developing software for them, and how C++ helps to meet these challenges.

Security issues are paramount. Blockchain systems are open source, have large attack surfaces, and can cause significant financial damage if they have exploitable defects. Performance and scalability are also major concerns.

C++ provides a unique balance that helps meet these challenges. The language’s design makes it possible to catch bugs at compile time, write modular code that can be tested, develop flexible data structures and manage resources. Yet, where performance is critical, it does not obscure what your code is making the computer actually do.

EVENT: CppCon 2016 (http://CppCon.org)

SPEAKER: David Schwartz

PERMISSIONS: Event organizer provided Coding Tech with the permission to republish this video.

ORIGINAL SOURCE: https://www.youtube.com/watch?v=w4jq4frE5v4&t=1s

Previous Article

Front End Web Developer

Next Article

Bitcoin ETF: VanEck or Bitwise will satisfy the custody concern of SEC, says Ric Edelman

You might be interested in …

Bitcoin Core 0.17.0 Released

bitcoin Core 0.17.0 Released bitcoin Core version 0.17.0 is now available for download containing many new features as well as bug fixes and other improvements. For a complete list of changes, please see the release […]