Cases — platforms & products
Tech Manager & Senior Software Engineer — Vancouver, BC
01 — TX Back Office
TX Back Office is a platform where companies register, verify via KYC, and issue Real World Assets on-chain. As Tech Manager, I led backend architecture, owned smart contract development, and coordinated delivery across a multi-service system from May 2025 through April 2026. The engagement concluded with a formal knowledge transfer document.
Live links
Smart Contracts
CosmWasm broker contract: order flows, partial execution, margin trading, mint/burn of USD-backed assets, oracle integration. Broker extension added in final month. Regulations documentation authored.
Backend Services
Order Management, Asset Management, Smart Contract Management, KYC/Account, Wallet Middleware, Organization service, Admin services, User Assets gRPC. All built on Go + gRPC.
Handoff
Engagement closed with broker extension support and a knowledge transfer document in April 2026. Repos left in clean state — deploy scripts, env configs, and documentation updated through the final commit.
The problem space
Issuing Real World Assets on a blockchain involves a tangle of moving parts: KYC verification, smart contract instantiation per organization, order management across multiple asset classes, wallet custody, crowdfunding flows, and margin trading — all needing to compose cleanly and fail gracefully.
What got built
A modular microservice platform: broker contract in CosmWasm handling the full order lifecycle, 7+ gRPC backend services in Go, KYC integration via Persona webhooks, asset distribution and crowdfund flows, wallet middleware with margin trading support, and a complete admin frontend. Handed off with documentation.
02 — Pulsara
Pulsara is the first decentralized ecosystem built on the Coreum blockchain, launched publicly in December 2023. A DeFi ecosystem built with 20+ smart contracts in Rust and CosmWasm. The platform includes an AMM, Governance, Liquid Staking, and an interface to the Coreum native DEX — with a sportsbet platform and airdrop module added in 2026. Built entirely outside work hours, consistently, across 14+ repos.
DEX + AMM
Full DEX frontend with live orderbook, open orders table, user order history, fee calculation, and liquidity pool management. Backend AMM service in Go. Deployed and running at dax.pulsara.io.
New domains in 2026
Sportsbet service continued into January (model, store, upcoming matches, bet status). Airdrop module initiated April 2026. LSD contract regression fix. Colosseum prizes logic. Still shipping.
03.5 — Sologenic
Sologenic is a full DeFi ecosystem built on the XRP Ledger, now part of the TX infrastructure. Alberto contributed as a Senior Software Engineer from 2021 to 2024, building SDKs and trading infrastructure used across the platform.
Live links
What the platform covers
DEX & AMM
200+ assets and liquidity pools for trading on the XRP Ledger.
NFT marketplace
Minting, trading, and collection management for XRPL NFTs.
Inter-chain bridge
Connectivity between XRPL and other blockchain networks.
Token Hub
Issuing and distributing XRPL-native tokens.
Fiat ramps
On- and off-ramps via Visa and Mastercard.
SOLO Cards
Real-world spending with crypto-backed cards.
04 — Open SDK
Open-source tooling from production work on Coreum (coreum-js) and Sologenic (XRPL streaming, NFT minting, and marketplace SDKs).
coreum-js
The recommended TS/JS library for the Coreum Blockchain — authored by Alberto
A TypeScript/JavaScript library for connecting to, querying, and transacting on the Coreum blockchain. Supports browser-extension wallets (Keplr, Cosmostation, Leap), CosmWasm smart contract interaction, event subscriptions, and all core Cosmos SDK modules including asset-ft, asset-nft, staking, governance, and IBC.
sologenic-xrpl-stream-js
sxsj — XRP Ledger · transaction lifecycle
Reliable transaction submission library for the XRP Ledger. Handles queuing, sequencing, fee management, and event tracking across the full transaction lifecycle. Supports hardware wallet signing via Ledger Nano and XUMM.
sologenic-nft-minter
Server-side NFT minting for Sologenic
Automates NFT minting on the Sologenic marketplace. Wraps collection management, file upload, and XRPL transaction submission into a single server-side interface.
sologenic-nft-sdk
TypeScript · mint & trade on XRPL
TypeScript SDK for minting and trading NFTs on the Sologenic marketplace. Exposes two classes: one for collection and slot management, one for trading operations.