After you install binaries, vex.cdt, and import key follow this command 

mkdir CONTRACTS_DIR 
cd CONTRACTS_DIR 
git clone https://github.com/YudaAdiPratama/vex.token/ 
../

unlock default wallet

./cleos wallet unlock --password PWDKASJFJSFLSAFJLASJF.... (change with your password)

set contracts 

./cleos --url http://explorer.vexanium.com:8080 set contract ur_account CONTRACTS_DIR/vex.token --abi vex.token.abi -p ur_account@active

create token 

./cleos --url http://explorer.vexanium.com:8080 push action ur_account create '[ "issue_account", "50000000000.0000 PAYA"]' -p ur_account@active

Issue Tokens 

./cleos --url http://explorer.vexanium.com:8080 push action ur_account issue '[ "issue_account", "50000000000.0000 PAYA", "memo" ]' -p ur_account@active

Transfer token 

./cleos --url http://explorer.vexanium.com:8080 push action ur_account transfer '[ "sender", "reciv" "10000.0000 PAYA", "memo" ]' -p sender@active

register your token in vexwallet and explorer by completing this form http://www.vexanium.com/VexToken-Form

Note: registration fee is 3500 vex