To recode smart contracts from solidity will take a tiny bit of work. Elrond's VM is called Arwen, wasm based https://elrond.com/blog/elrond-virtual-machine-arwen-wasm-vm The code can be translated from solidity -> rust by hand, Contracts are short, it's not a huge effort. Especially since Rust framework is a lot less verbose and a lot safer. An automatic solidity to Wasm compiler is possible, but it's not something the Devs are working on at the moment as they are very busy with other things ,but anyone is free to give it a go though! Deploying an Ethereum dApp on Elrond is relatively simply - the smart contract logic has to be written in Rust instead of Solidity and deployed to Elrond. One of Elrond devs ported the BUSD stable coin Ethereum smart contract to Elrond in 1 day - writing, testing, deploying, testing some more. It's not automagic, it can't be, but it's average difficulty, at best. So it's quite easy, maybe not for us but for a Dev, yes 😊. Also there will be eth Bridges in place, so the possibility to mint - (swap) NFTs and others asserts is fully viable
Обсуждают сегодня