Skip to content

namdar12/DecentralEscrowApp

Repository files navigation

Decentralized Escrow Application

This is an Escrow Dapp built with Hardhat.

Project Layout

There are three top-level folders:

  1. /app - contains the front-end application
  2. /contracts - contains the solidity contract
  3. /tests - contains tests for the solidity contract

Setup

Install dependencies in the top-level directory with npm install.

After you have installed hardhat locally, you can use commands to test and compile the contracts, among other things. To learn more about these commands run npx hardhat help.

Compile the contracts using npx hardhat compile. The artifacts will be placed in the /app folder, which will make it available to the front-end. This path configuration can be found in the hardhat.config.js file.

Front-End

cd into the /app directory and run npm install

To run the front-end application run npm start from the /app directory. Open http://localhost:3000 to view it in your browser.

ETH-SD

This is an Escrow contract that has money deposited in it, and can only be sent to the beneficary through a third-signer called the arbiter. The Arbiter is the only person with access to deposting the money. I added two extra functions, one function is to change the arbiter, which can only be called by the arbiter and a function to withdraw funds from the escrow, which can only be called by the original depositor. Launched the contract on the Goerli network.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published