0xEapp / BitScrow

A simple bitcoin escrow service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitScrow

A simple bitcoin escrow service

##Documentation:

app.post("/accept/:signature",function(req,res){
  //when user clicks this link, payment will go through
  //searches db for transaction and makes the payout
}

function payout(value){
  app.post("/payment",function(req,res){
    //pays out the user. to do so the user must click on the email link which accepts the deal as sorted
    
  })
}

About

A simple bitcoin escrow service

License:GNU General Public License v3.0


Languages

Language:JavaScript 57.6%Language:HTML 33.9%Language:CSS 8.6%