Skip to content

MaxosLLC/dEscrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dEscrow Contracts

This repo contains all the contracts for dEscrow. It uses hardhat to aid in development.

Setting up:

Install all dependencies: npm i.

Running the tests

npx hardhat test.

Running a local node:

In order to test the system e2e, a local blockchain must be running.

  1. Run the local blockchain: npx hardhat node.
  2. Compile and deploy all contracts to this network: npx hardhat run --network localhost scripts/deploy-contracts.js.

This will print out the addresses where the contracts where deployed. These values will be used in the frontend.

At this point, you have a local blockchain running on localhost:8545 ready to accept connections.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors