MoveToMoac
优质
小牛编辑
131浏览
2023-12-01
MOAC developed based on the Ethereum project. It also implements a javascript runtime environment (JSRE) that can be used in either interactive (console) or non-interactive (script) mode. It supports Dapp development through its own chain3 JavaScript API, just like web3.js on Ethereum.
If you want to develop Dapp on MOAC, you should use Solidity. MOAC supports the deployment of smart contracts through Remix, wallet.moac.io and For a Dapp that wants to move to MOAC from Ethereum, please follow these steps:
Deploy the smart contract:
- Remix, a browser compiler for Solidity.
- wallet.moac.io, a browser Dapp connect with local nodes to deploy contracts.
Node.Js Solidity compiler, a JavaScript bindings for the Solidity compiler.
You can check the two examples in our wiki page:
ERC20
ERC721
Interact with the smart contract:
Solidity
- Solidity: a smart contract programming language sharing similarities with Javascript and C++
- Solidity Glossary
- Solidity Features
- Solidity Collections
- Solidity Cheat-sheet