Ui 2 provider for dapps (#5799)

* Import web3Provider

* Import api

* {Transport,Provider}/Ws -> WsSecure

* PostMessage provider with filters

* PromiseWrapper -> PromiseProvider
This commit is contained in:
Jaco Greeff
2017-06-08 17:14:02 +02:00
committed by GitHub
parent c1599a3d85
commit 7f4a7abf49
64 changed files with 453 additions and 304 deletions

View File

@@ -29,5 +29,5 @@ export function createHttpApi () {
}
export function createWsApi () {
return createApi(new Api.Provider.Ws('ws://localhost:8546'));
return createApi(new Api.Provider.WsSecure('ws://localhost:8546'));
}