This is regarding creating cryptocoin in tron network
npm install tronbox -g
create folder for example(edi) and run commands
cd edi
tronbox init
In Contract folder create your solidity file
For Example : Edison_Token.sol
Paste your token creating solidity code or code it
tronbox compile
#After compile migrate it in shasta ( test net ) / main network
tronbox migrate --network shasta