Smart Contract Guides

Smart Contracts

Creditcoin is a Substrate-based chain like its sibling Creditcoin Classic, but it includes an EVM-compatible layer called Frontier. This allows users to run EVM smart contracts natively on Creditcoin and also provides the same RPC endpoints an EVM chain would to support tools and wallets such as MetaMask, Remix, Hardhat & Foundry.

Smart contracts are self-executing contracts with the terms of the agreement directly written into code. On the Creditcoin blockchain, these contracts are commonly written in a programming language called Solidity and are executed on the Ethereum Virtual Machine (EVM) included in the Creditcoin runtime.

The EVM provides a secure and deterministic execution environment for smart contracts. Every node on the Creditcoin network runs a copy of the EVM, ensuring that smart contracts behave consistently across all nodes.

Start developing on Creditcoin

Last updated