Work Built Around Real Systems

Representative case-studies showing the kinds of complex engineering work Libélula Software undertakes.
Multi-Blockchain Token Bridge
  • Python
  • Workflow Architecture
  • Fault Tolerance
  • Extensibility

Built a configurable bridge framework connecting Ethereum with two proprietary blockchains so their native currencies could be represented and used in Ethereum's broader DeFi ecosystem.

Token bridge workflow showing requests discovered on a source blockchain, fulfilled on a destination blockchain, and independently verified for finalization
Coinbase Mesh API Adapter
  • Node.js
  • API Integration
  • Protocol Adaptation
  • Data Integrity

Built a lightweight server to adapt requests between Coinbase and native blockchain APIs, focused on the capabilities required for the client's exchange integration.

Architecture diagram showing Coinbase communicating with two Node.js Mesh API adapters, each translating Mesh requests to and from a corresponding blockchain REST API
Multi-Blockchain, Cross-Language SDKs
  • SDK
  • Code Generation
  • API Design
  • DSL

Replaced a fragmented collection of blockchain SDKs with consistent Python and JavaScript implementations backed by a shared serialization model.

Architecture diagram showing a binary-layout DSL used to generate consistent Python and JavaScript SDKs for two blockchain protocols