Smart Contract For TokenZendR (Simple Way To Transfer ERC20 Tokens)
git clone https://github.com/slim12kg/tokenzendr-contract
cd tokenzendr-contract
npm install
truffle console
truffle(development)> compile
truffle(development)> migrate --reset
You can use to spin up your own blockchain to test your installation with the command
It will start a blockchain on your localhost on port 8454