π§ 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 compilationrBTC 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 transfera deployment script or plugin
Deploy Smart Contractsβ
The specific steps involved will depend on the tooling you use - Guide
Related tools
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