Skip to content

Commit

Permalink
update api in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vdg committed Oct 2, 2019
1 parent f922dcb commit da3e9f8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,23 @@ Add `vue-ethereum/nuxt` to modules section of `nuxt.config.js`
**vue-ethereum** provides high level helpers to use in your templates.
All features can be obtained from $eth property in Vue components.

#### `.on()`
#### `.connect()`

Connect to current window provider

#### `.disconnect()`
#### `.explorer()`
#### `.balance()`
#### `.on()`

#### `.isConnected`
#### `.walletType`
#### `.networkId`
#### `.networkName`
#### `.isTestNetwork`
#### `.accounts`
#### `.selectedAddress`

#### `.web3`

Get a web3.js instance with the current connected provider
Expand Down

0 comments on commit da3e9f8

Please sign in to comment.