Last updated
Was this helpful?
Last updated
Was this helpful?
When you have already written and compiled a smart contract in one of the languages supported by WASM, you can perform the deployment procedure.
Below is an example of a deposit from an account like Ed25519, but you can do a similar procedure from other accounts - BLS, TBLS, PostQuantum.
Output:
Go to explorer and paste the txid to searchbar. You can also go directly to the page of newly created contract because it's possible to calculate the contractID locally (example above):
You'll see
It's possible to immediately visit the page of newly created contract by clicking here:
The page of new contract:
And indeed - this contract has only one transaction - deployment:
See