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

Improve developer setup instructions in README #194

Merged
merged 1 commit into from
Mar 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ You can download the beta version of our app from the [Google Play](https://play
## Getting Started

## As a developer
- Set a Flutter environment on your machine, you can start from [here](https://flutter.dev/docs/get-started/install)
- Connect a phone or run a simulator
- Then clone the project and run futter
```
git clone https://github.com/fuseio/fuse-wallet2.0.git
cd fuse-wallet2.0
flutter run
```
- Set up a Flutter environment on your machine.
- [You can get started here](https://flutter.dev/docs/get-started/install).
- Make sure to also [create a keystore as described here](https://flutter.dev/docs/deployment/android).
- Connect a phone or run a simulator.
- Clone the project.

git clone https://github.com/fuseio/fuse-wallet2.0.git
cd fuse-wallet2.0

- For Android development, create a file at `./android/key.properties`, [as described here](https://flutter.dev/docs/deployment/android), containing the keystore path and passwords, as set up earlier.
- Run the app.

flutter run

## As an enterprenuer or a community manager
Launch your community on the [Fuse Studio](https://studio.fuse.io/), then open the community dashboard. There you can configure it and *customize your wallet* app. When you done go to "White label wallet" and send an app invite link to yourself. Visit our [docs](https://docs.fuse.io/the-fuse-studio/overview) to learn about the Fuse Studio.