Deploy Smart Contract

Deploy a WebAssembly smart contract to the Binomena blockchain

Contract Details

Upload your WebAssembly contract and configure deployment settings

Development Guide

Supported Languages

  • Rust (recommended) - Use wasm-pack for compilation
  • AssemblyScript - TypeScript-like syntax
  • C/C++ - Use Emscripten toolchain
  • Go - Experimental WASM support

Compilation Example (Rust)