Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 396 Bytes

File metadata and controls

15 lines (12 loc) · 396 Bytes

How To Deploy A Smart Contract

Goal

Deploy dApp contract.

Before you begin

  • Install the currently supported version of cleos.
  • Unlock the wallet which contains the private key of the contract account.

Steps

Execute:

$ cleos set contract contract_account contract_directory_path

Replace the contract_directory_path with the path points to your contract folder.