KayinCheung / KayinCheung.github.io

EscrowMyEther. Decentralized Escrow System built on Ethereum.
http://escrowmyether.com/
GNU General Public License v3.0
54 stars 30 forks source link

One Escrow Agent for All #5

Open rogueops opened 5 years ago

rogueops commented 5 years ago

Is this possible? How would I do this?

faceyspacey commented 5 years ago

you need to modify the dApp code, as described here:

https://github.com/escrowmyetherbd/escrowmyetherbd.github.io#hardcoding-escrow-agent-address

here's the main line of code where you hard-code the agent address you want:

https://github.com/escrowmyetherbd/escrowmyetherbd.github.io/blob/master/Source%20Files/src/NewTransactionRS.js#L306

rogueops commented 5 years ago

Awesome, thanks a lot!

On Mon, Jun 17, 2019 at 4:53 AM James Gillmore notifications@github.com wrote:

you need to modify the dApp code, as described here:

https://github.com/escrowmyetherbd/escrowmyetherbd.github.io#hardcoding-escrow-agent-address

here's the main line of code where you hard-code the agent address you want:

https://github.com/escrowmyetherbd/escrowmyetherbd.github.io/blob/master/Source%20Files/src/NewTransactionRS.js#L306

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/KayinCheung/KayinCheung.github.io/issues/5?email_source=notifications&email_token=AANE6N3UXIBCLCLTZA6BVULP253L5A5CNFSM4HSBKGL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX25TZQ#issuecomment-502651366, or mute the thread https://github.com/notifications/unsubscribe-auth/AANE6NZKHMJ7RAJVVPMEQE3P253L5ANCNFSM4HSBKGLQ .

faceyspacey commented 5 years ago

By the way, is Metamask working for you? Does your ethereum address appear in the "Select Address" dropdown on the buyer, seller etc pages. It does for me in Chrome, but not in Chrome Canary.