~# cd ~
~# git clone --recursive [source URL]
~# cd ./eosio.contract/
~eosio.contracts# ./build.sh
~eosio.contracts# cd ./build/contracts/
~eosio.contracts/build/contracts# pwd
/home/omnione/eosio.contracts/build/contracts
Addresses from pwd command are used to deploy the contact in the next step.
6. create Wallet and executing Wallet(keosd)
Wallet create
# cleos wallet create --to-console
Creating wallet: default
Save password to use in the future to unlock this wallet.
Without password imported keys will not be retrievable.
"PW5Kewn9L76X8Fpd....................t42S9XCw2"
Save the Wallet's password separately -> "PW5Kewn9L76X8Fpd....................t42S9XCw2"
Check Wallet open and List
# wallet open
~# cleos wallet open
# wallet list
~# cleos wallet list
Wallets:
[
"default"
]