To deploy our smart contract to TestNet, we need to convert the WASM files to Hex Code files.
(docker) $ xxd -p contract.wasm | tr -d $'\n'
Copy the Hex Code generated by the previous step.
Paste the Hex Code to the Ewasm TestNet website and submit it.
Submit the Hex Code to Ewasm TestNet.
Check whether the latest activity is our contract or not.
Check the Bytecode of the latest activity.
Check the Ewasm code of the latest activity.
Check the Storage part of the latest activity.
Congratulations! Now you finished our user tutorial.