Creates an ERC-20 Token and a smart contract that swaps this token for a fixed rate of ETH.
With a user interface in React
Install all the node packages:
npm install
Launch Ganache, exposing the port 7545 normally.
Then migrate the smart contracts to the blockchain:
truffle migrate --reset
Launch the webserver(Hosted locally on port 3000):
npm run start
Finally, Connect your MetaMask to the ganache blockchain :)