8000 GitHub - jrhite/escrow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jrhite/escrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 pnpm if you don't already have it.

npm install -g pnpm

Install dependencies with pnpm install.

There are three npm scripts to run this application:

  1. pnpm run test - tests contracts in /contracts with the tests in /tests
  2. pnpm run start - compiles contracts and starts the front-end application
  3. pnpm 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0