How To Deploy A Smart Contract
Deploy dApp contract.
- Install the currently supported version of
cleos
. - Unlock the wallet which contains the private key of the contract account.
Execute:
$ cleos set contract contract_account contract_directory_path
Replace the
contract_directory_path
with the path points to your contract folder.Last modified 3yr ago