Skip to content

Instantly share code, notes, and snippets.

View ranjancse26's full-sized avatar
🎯
Focusing

Ranjan Dailata ranjancse26

🎯
Focusing
  • Aezion
  • Mysore
View GitHub Profile
@ranjancse26
ranjancse26 / Escrow-Smart-Contract
Created November 26, 2019 09:58 — forked from bitgord/Escrow-Smart-Contract
Example of an escrow smart contract
// package.json
{
"dependencies": {
"web3": "0.17.0-alpha",
"solc": "^0.4.4"
}
}
//Create file Ecrow.sol and create 3 variables: a buyer, a seller, and an arbiter
contract Escrow {