-
Notifications
You must be signed in to change notification settings - Fork 42
MoveToMoac
mdranger edited this page Nov 27, 2018
·
3 revisions
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:
-
Interact with the smart contract:
Basics
DAPP Development*
- Move to MOAC
- MOAC Transaction Format
- MOAC JSON-RPC
- Chain3 JavaScript lib
- Chain3 Python lib
- Get Testnet MOAC
DAPP Examples
Information Websites
Connect to MOAC network