Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

HeosSacer/Easy2Burst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Support at https://discord.gg/NKXGM6N MIT

Easy2Burst

The easy to start wallet for burst.

Features

  • 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

Roadmap

  • 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

For Collaborators

  1. Install golang version > 1.11

  2. Install the go-astilectron packages.

$ go get -u github.com/asticode/go-astilectron
$ go get -u github.com/asticode/go-astilectron-bundler/...
  1. Install the Easy2Burst package.
$ go get -u github.com/HeosSacer/Easy2Burst
  1. Use the go-astilectron-bundler to create binarys into .../Easy2Burst/output.
$ cd .../go/github.com/HeosSacer/Easy2Burst
$ ./go/bin/astilectron-bundler.exe -v
  1. 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"}]
}

About

The easy to start wallet for burst.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published