KYOTO for Ethereum Developers
Last updated
Last updated
Kyoto is a layer 1 protocol and blockchain platform operating independently of the Ethereum network. While the Kyoto client originally forked from the Ethereum Go language client, go-Ethereum (or geth), there are significant differences between the two. Kyoto utilizes a proof-of-stake-based QBFT consensus mechanism, distinguishing it from Ethereum's consensus mechanism.
Although the crypto assets on KYOTO are not ERC-20 tokens on the Ethereum Mainnet, they do have ERC-20-compliant interfaces. This means that tools and code designed to support ERC-20 tokens can be easily adapted for KYOTO assets, including the KYOTO Native Asset (KYOTO TOKEN). Additionally, developers can leverage programming languages, developer tooling, and standards that target the Ethereum Virtual Machine (EVM) when building on KYOTO, as both networks run the EVM to support smart contract functionality. This includes writing smart contracts in Solidity, using Truffle for smart contract management, and utilizing existing smart contract standards developed for Ethereum.
It's worth noting that the ERC-20 token standard is blockchain-agnostic, allowing ERC-20 tokens to be implemented on any blockchain, including KYOTO.
Overall, while KYOTO and Ethereum are separate blockchain networks, there are similarities in terms of programmability and the utilization of the EVM, enabling developers to leverage their existing Ethereum knowledge and tools when building on Kyoto.
The ERC20 token standard is a standard API for tokens within smart contracts. This standard interface allows any tokens to be re-used by different applications. The ERC20 token standard is blockchain agnostic, so ERC20 tokens can be implemented on any blockchain.
The standard includes the optional functions
and the required functions
and includes the following events