hiteshkhode / cryptrade

The project is a web based application, built to carry out the transactions of fungible tokens (ERC20 standard) over various testnets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptrade

PURPOSE

The project is a web based application aimed towards making happen the transactions of fungible tokens (ERC20 standard) over various testnets.

Steps

  • Clone the git repo into your local machine with the command given below.
git clone https://github.com/hiteshkhode/cryptrade.git
  • After succesfully cloning the repo, change the directory to newly cloned git repo/directory and install all the necessary packages and dependencies. Following are the commands for the same.
cd cryptrade
  • There will be two directories namely client for client side application and smart_contract for Ethereum Smart Contracts.
  • For front end application, change the directory and enter into client, and install the dependencies, following the commands below.
cd client
npm i
  • It is a React app built using vite, run the dev server locally using the following command.
npm run dev
  • For deploying smart contracts, preferred would be Ethereum's REMIX IDE, which is an online solidity compiler.

DEVELOPER'S NOTE

This is an example of a centralized application created in initial days of my "web dev" journey. Now, I'm in favour of something decentralized, > something which will not be such extensively vulnerable to curreuption, hijacking, and central failure. If anybody's interested, we can hop on > something similar.

with ❤️

About

The project is a web based application, built to carry out the transactions of fungible tokens (ERC20 standard) over various testnets.


Languages

Language:JavaScript 79.4%Language:HTML 10.1%Language:Solidity 6.1%Language:CSS 4.5%