/swapeth

Ethereum Crypto dapp

Primary LanguageJavaScriptMIT LicenseMIT

This project was bootstrapped with Create React App.


This is an ethereum based react dapp.
In this dapp one can buy crypto token called Cryp in exchange ethereum.

To start the dapp do the following steps.
1.Clone the directory.
2.Install metamask extention to the browser.
3.Install ganache.
4.In terminal run following command
a)npm install
b)truffle compile
c)truffle test
d)truffle migrate
e)npm run start