|
|
|
@ -2,17 +2,18 @@ package main |
|
|
|
|
|
|
|
|
|
import ( |
|
|
|
|
"errors" |
|
|
|
|
"io/ioutil" |
|
|
|
|
"net/url" |
|
|
|
|
"os" |
|
|
|
|
"path" |
|
|
|
|
"path/filepath" |
|
|
|
|
|
|
|
|
|
"github.com/ethereum/eth-go/ethchain" |
|
|
|
|
"github.com/ethereum/eth-go/ethpub" |
|
|
|
|
"github.com/ethereum/eth-go/ethstate" |
|
|
|
|
"github.com/ethereum/eth-go/ethutil" |
|
|
|
|
"github.com/go-qml/qml" |
|
|
|
|
"github.com/howeyc/fsnotify" |
|
|
|
|
"io/ioutil" |
|
|
|
|
"net/url" |
|
|
|
|
"os" |
|
|
|
|
"path" |
|
|
|
|
"path/filepath" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
type HtmlApplication struct { |
|
|
|
@ -41,7 +42,7 @@ func (app *HtmlApplication) Create() error { |
|
|
|
|
return errors.New("Ethereum package not yet supported") |
|
|
|
|
|
|
|
|
|
// TODO
|
|
|
|
|
ethutil.OpenPackage(app.path) |
|
|
|
|
//ethutil.OpenPackage(app.path)
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
win := component.CreateWindow(nil) |
|
|
|
|