How To Deploy A Smart Contract
Last updated
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_pathReplace the contract_directory_path with the path points to your contract folder.
Last updated