Goal
Deploy an EOSIO 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_folder [wasm-file] [abi-file]
Replace the contract_folder
with the path that points to your contract folder