🧠Smart Contract Development

Runic Chain allows developers to build projects using the same programming languages and tools used to build on EVM.

What you'll need

  • your contract's bytecode – this is generated through compilation

  • rBTC for gas – you'll set your gas limit like other transactions so be aware that contract deployment needs a lot more gas than a simple rBTC transfer

  • a deployment script or plugin

Deploy Smart Contracts​

The specific steps involved will depend on the tooling you use - Guide

Remix - Remix IDE allows developing, deploying and administering smart contracts for EVM like blockchains

Tenderly - Simulate, debug and monitor anything on EVM-compatible chains, with real-time data

Hardhat - A development environment to compile, deploy, test, and debug your EVM software

Last updated