add web3Helpers file

This commit is contained in:
Barry Gitarts 2018-08-14 15:31:09 -04:00
parent 7c8b4eda72
commit 4b45590496
1 changed files with 3 additions and 0 deletions

3
app/utils/web3Helpers.js Normal file
View File

@ -0,0 +1,3 @@
import web3 from "Embark/web3"
export const getDefaultAccount = () => web3.eth.defaultAccount;