Neuroware · 2016

Blockchain Infrastructure for Developers

Making blockchain accessible to web developers
FormatRecorded talk
AudienceDevelopers + institutional
Year2016

Context

This recorded presentation from 2016 demonstrates the Neuroware/BlockStrap SDK and the broader vision of making blockchain development accessible to mainstream web developers, not just cryptography specialists.

At the time, building anything on Bitcoin required deep knowledge of UTXO scripting, transaction construction, and raw cryptographic operations. Our SDK abstracted this into familiar REST-style APIs that any JavaScript developer could use. This talk walks through that abstraction layer and demonstrates what becomes possible when you lower the barrier to entry.

Key Points

  • Browser-first architecture — everything runs client-side, no server dependencies
  • Multi-chain support — Bitcoin, Litecoin, Dogecoin, Dash via unified API
  • Developer-familiar patterns — callbacks, promises, and event-driven architecture
  • Open source — MIT licensed, themes and plugins, designed for community extension

This talk captures the Neuroware philosophy: blockchain infrastructure should be boring. It should work like every other API a web developer has used. The interesting part is what developers build on top, not the plumbing itself.

Result
The SDK demonstrated here powered 7 of 15 teams at the DBS Bank blockchain hackathon, processing 1M+ API requests