Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 582 Bytes

Smart Contract For TokenZendR (Simple Way To Transfer ERC20 Tokens)

Setup

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 the Ganache-CLI to spin up your own blockchain to test your installation with the command

It will start a blockchain on your localhost on port 8454