yuvan11 / Ethereum-Swap

The simple DApp Crypto Exchange application that runs smart contracts using ERC-20 token on Ethereum Blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum-Swap

Building a Crypto-Exchange Dapp(De-Centralized Application) that uses smart contracts on the Ethereum blockchain using ERC-20 tokens.	 

QuickStart the project

  1. Install latest npm and nodejs version

  2. Install Ganache

  3. Add the 'Metamask Extension' in your web broswer

  4. Clone the repository

  5. open the terminal ,

    cd >> Ethereum-Swap and

    run 'npm install' to update dependancies.

  6. Then,

    run 'npm start run' to start the application

and check once ganache is running in the background.

screenshots

  • EtherSwap UI

EtherSwap-FrontEnd

  • Ganache_GUI

Ganache_GUI

  • Block Creation

Block-_Creation

  • Buy Ether Token

Ether_BuyTokens

  • sell Ether Token

Ether_SellTokens

  • Contract Call

contracts_call

  • Contract Trace

Transaction

  • Transaction Trace

Ether_Transactin_trace

About

The simple DApp Crypto Exchange application that runs smart contracts using ERC-20 token on Ethereum Blockchain.

License:MIT License


Languages

Language:JavaScript 78.3%Language:Solidity 15.8%Language:HTML 5.8%Language:CSS 0.1%