/ExchangeKrypt

Web 3.0 React Solidity Blockchain Application

Primary LanguageJavaScript

KRYPT Exchange

The project is dedicated to developing a robust Web 3.0 application that empowers users to execute transactions using blockchain technology. The application's primary objective is to furnish a smooth and secure platform for users to initiate and manage transactions on the blockchain. The project seeks to harness blockchain technology to facilitate transactions, thereby ensuring transparency and decentralization in all transactional activities.

KryptExchange

Technology Stack & Tools

  • Solidity (Writing Smart Contracts & Tests)
  • Javascript (React & Testing)
  • Hardhat (Development Framework)
  • Ethers.js (Blockchain Interaction)
  • React.js (Frontend Framework)

Requirements For Initial Setup

Setting Up

1. Clone/Download the Repository

2. Install Dependencies:

$ npm install

3. Run tests

$ npx hardhat test

4. Start Hardhat node

$ npx hardhat node

5. Run deployment script

In a separate terminal execute: $ npx hardhat run ./scripts/deploy.js --network localhost

7. Start frontend

$ npm run start

Authors