Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 978 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 978 Bytes

EthCrow

EthCrow is a decentralized escrow service utilizing the Ethereum blockchain and its smart contract abilities. EthCrow allows users to create an escrow transaction to anyone with an Ethereum wallet address that can be resolved with a deadline when the receiver can withdraw, finalization of the transaction by the sender, or a refund by the receiver. In the case of a dispute, the sender may add days to the deadline, though neither sender nor receiver can withdraw unless the other has given their permission, except in the case that the deadline has been passed in which the receiver may withdraw the Ether.

EthCrow is currently hosted at https://nedodn.github.io/ethcrow

EthCrow is currently only operable on the Rinkeby test network.

Usage

In order to use this dapp, one must have Metamask enabled in their browser connected to the Rinkeby test network.

Tools Used

EthCrow was built using the Truffle framework, JQuery, Node.js, Bootstrap, and Webpack.