Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fyne standalone project structure with wallet-loading core features #409

Conversation

itswisdomagain
Copy link
Contributor

@itswisdomagain itswisdomagain commented Sep 1, 2019

Basic structure introduced is:

- app/ (for general application code not interface-specific)
  - config/
  - wallet/
- fyne/ (for fyne-gui-specific code)
  - pages/
  - fyne.go
- main.go (entry point for the program)

A couple core (non-interface specific) wallet-loading functions are implemented for creating, opening and syncing a wallet.

Also implement a sample fyne page.

@itswisdomagain itswisdomagain changed the title Fyne standalone project structure Fyne standalone project structure with wallet-loading core features Sep 1, 2019
itswisdomagain and others added 6 commits September 1, 2019 21:02
* fixed shutdown bug, removed interface type from app.go
implemented page fir create and restore wallet

* added comment
@metaclips
Copy link
Contributor

Reviewed and ran code locally.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants