PungSwap is an ethereum exchange platform that is used to swap an ERC20 token called Pungcoin. Pungcoin is a cryptocurrency named after the Korean dog breed Pungsan (coin logo design inspired by Dogecoin 😜). Pungswap is an exchange platform that's used to swap ether for pungcoin or vice versa.
navigate into the root folder and run:
-
install dependencies
npm i
-
install truffle
npm i truffle
-
open ganache
-
run truffle migrations
truffle migrate --reset
-
run react development server
npm start