Skip to content

Blockchain development

Blockchain development at Nerdjango Labs covers smart contract work and the onchain services around it, with a security review built into the engagement rather than sold afterwards.

Service
Blockchain development
On this page
Smart Contract Development, Security research behind the contracts, Onchain services, What the work changes

Smart Contract Development

This is where we write the contracts a product depends on, and review them before they hold anything of value.

  • Contract design and implementation
  • Automated tests and a written review before deployment
  • Upgrade and access-control decisions recorded rather than assumed

Security research behind the contracts

Ifeanyichukwu Welechi, the technical founder behind Nerdjango Labs and Planbok, comes to contract work from a security research background. You see it as a review pass over every contract before deployment, and as a plain account of what the contract can and cannot guarantee.

  • A review pass over each contract before deployment
  • The failure modes written down for whoever inherits the contract

Onchain services

A contract is rarely useful on its own, so we build the services around it that let an ordinary product read chain state, submit transactions, and keep its own records straight.

  • Indexing and chain reads behind a product interface
  • Transaction submission, confirmation tracking, and retries
  • Wallet integration for the custody model a product has already chosen

What the work changes

You end up with contracts you can explain, a review you can show an auditor, and the services that make those contracts usable from an ordinary product.