The easy to start wallet for burst.
- Burst Wallet for windows, macOS and linux
- 1-click-to-setup philosophy
- fully automated updates of components
- account-manager
- using electron with the newest web technologies
- automatic updater (updates everything in the background and applies updates at application restart)
- fancy ui
- integration of burst-wallet
- impementation of fast blockchain bootstrap
- beta release and community outreach
- crash reports to accelerate wallet development
- account manager
- nice interface promoting other burst related software/projects
- beta and community feedback implementation
- ... (community requested features)
- high quality of code and extensive code reviewing
- release
-
Install golang version > 1.11
-
Install the go-astilectron packages.
$ go get -u github.com/asticode/go-astilectron
$ go get -u github.com/asticode/go-astilectron-bundler/...
- Install the Easy2Burst package.
$ go get -u github.com/HeosSacer/Easy2Burst
- Use the go-astilectron-bundler to create binarys into .../Easy2Burst/output.
$ cd .../go/github.com/HeosSacer/Easy2Burst
$ ./go/bin/astilectron-bundler.exe -v
- Change bundler.json to add a target os.
{ "app_name": "Easy2Burst",
"icon_path_windows": "resources/icon.ico",
"icon_path_darwin": "resources/icon.icns",
"icon_path_linux": "resources/icon.png",
"environments": [
{"arch": "amd64", "os": "windows"},
{"arch": "amd64", "os": "darwin"},
{"arch": "386", "os": "linux"}]
}