ChainShot / Escrow

Decentralized Escrow Application

Home Page:https://www.chainshot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decentralized Escrow Application

This is an Escrow Dapp built in the ChainShot Zero to Blockchain Curriculum found on ChainShot.

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 with npm install.

There are three npm scripts to run this application:

  1. npm run test - tests contracts in /contracts with the tests in /tests
  2. npm run start - compiles contracts and starts the front-end application
  3. npm run compile - compiles contracts and stores an artifact in /app

This application using Parcel to bundle assets and run.

It uses Buidler to compile and test solidity contracts.

About

Decentralized Escrow Application

https://www.chainshot.com/


Languages

Language:JavaScript 71.1%Language:CSS 13.2%Language:HTML 9.2%Language:Solidity 6.6%