niccolopetti / tokenzendr-contract

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Solidity 52.9%Language:JavaScript 46.9%Language:Shell 0.3%