Know about Solana Smart contract development

On Solana, Solidity is not yet supported, and it was created with the Ethereum Virtual Machine in mind (EVM). Being fundamentally different from the EVM in concept, Solana's smart contract VM does not presently support Solidity. But, there are two initiatives at present, that supports Solidity on Solana


Supporting the creation of Solana programs

  • This is a cross-chain initiative that enables Solidity to be converted into byte code for a variety of blockchains, including Solana.

  • On the Solana Discord server, follow development progress in the #solang-solidity-compiler channel.

  • You can understand more on the Solang documentation site.

Although these provisions can help you build smart contracts on Solana using Solidity, it is not an easy process. Moreover, it may not give you the flexibility that you need. So, if you want to know the steps to build a smart contract on Solana using Rust, you can check out this link:

Comments

Popular posts from this blog

A brief guide of dApp Development service

Know about Smart Contract Development

A brief guide to Smart contract development