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