Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/flutter-demo
https://github.com/iov-one/flutter-demo
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iov-one/flutter-demo
- Owner: iov-one
- Created: 2020-11-30T16:46:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T15:55:04.000Z (about 4 years ago)
- Last Synced: 2024-11-06T22:12:59.332Z (about 2 months ago)
- Language: Dart
- Size: 360 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starname_demo
Starname Registration demo app.
## Getting Started
Install the package by running:
```shell
flutter pub get
```If you're getting analyzer errors, restart the analyzer server:
### VS Code
- Open the Command Palette (Ctrl+Shift+P)
- Enter and select "Reload Window". This also restarts the Dart analyzer.### IntelliJ
- Open Find Action (Ctrl+Shift+A)
- Enter and select "Restart Dart Analysis Server"Open `main.dart` file and paste `pinataApiKey` and `pinataApiSecretKey` using the corresponding values from your [Pinata](https://pinata.cloud/) account.
Run the application and press "Create wallet" button. After the wallet is created you can add your account:
- select a photo from the gallery,
- enter starname (without `*iov` suffix),
- enter Ethereum address,
- enter display name,
- press "Create" button.After an account is created you can change photo, Ethereum address and display name and press "Update" button.
The wallet is saved automatically and will be loaded after app restart. To delete the wallet press "Delete" button in the top right corner.