HeosSacer / Easy2Burst

The easy to start wallet for burst.
MIT License
8 stars 2 forks source link

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

Easy2Burst

The easy to start wallet for burst.

Features

Roadmap

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/...
  3. Install the Easy2Burst package.

    $ go get -u github.com/HeosSacer/Easy2Burst
  4. Use the go-astilectron-bundler to create binarys into .../Easy2Burst/output.

    $ cd .../go/github.com/HeosSacer/Easy2Burst
    $ ./go/bin/astilectron-bundler.exe -v
  5. 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"}]
    }