Ethereum flavored WebAssembly (Ewasm)
Ewasm is the next generation Ethereum virtual machine.
Step 1 Compile your smart contract to WebAssembly bytecode
Step 2 Deploy the contract via web3
$ node deploy_contract.js
Web3 is connected.
accounts: ["0x1BbE5edc5Caabf4517e40b766D64c3DEd86822Df"]
Contract created at 0x984718904f853A004F145d133dEAb0c1dE50466B
contract.balanceOf(0x1BbE5edc5Caabf4517e40b766D64c3DEd86822Df) = 1000Step 3 Make an ERC20 coin transfer
Last updated
Was this helpful?