npm installmake sure you have installed Ganache client and Truffle v4.1.7
truffle testtruffle deployBefore deploy on kovan, you can export MNEMONICS, make sure your terminal history is safe.
export MNEMONICS="<your mnemonics>"
truffle deploy --network=kovantruffle exec scripts/exec/send_coin.js