upperwal / web3-event-compatibility

This module provides event/subscription compatibility for web3 v1.0 with MetaMask
MIT License
4 stars 0 forks source link

web3-event-compatibility with truffle drizzle #2

Open Bowfish opened 6 years ago

Bowfish commented 6 years ago

How can I use web3-event-compatibility with truffle drizzle?

upperwal commented 6 years ago

Look at the difference between custom react-box getWeb3.js and drizzle-box getWeb3.js

custom react-box getWeb3.js uses Web3EventCompatibility like below.

var web3Events = new Web3EventCompatibility(web3, window.web3);
web3 = web3Events.web3