January 2020
Intermediate to advanced
530 pages
11h 11m
English
Next let's write a method which will track events as they happen on the orderbook:
watchOrderbook() { let app = this;var contractOB = new app.watchweb3.eth.Contract(this.OrderbookABI.abi,this.OrderbookABI.address);
We start by instantiating our orderbook contract through the watchweb3 web3 object.
Read now
Unlock full access