add web3Helpers file
This commit is contained in:
parent
7c8b4eda72
commit
4b45590496
|
@ -0,0 +1,3 @@
|
|||
import web3 from "Embark/web3"
|
||||
|
||||
export const getDefaultAccount = () => web3.eth.defaultAccount;
|
Loading…
Reference in New Issue