{"id":13820180,"url":"https://github.com/witnet/my-wit-wallet","last_synced_at":"2025-07-13T03:34:05.861Z","repository":{"id":51004277,"uuid":"399987695","full_name":"witnet/my-wit-wallet","owner":"witnet","description":"myWitWallet is a Witnet light wallet for mobile and desktop","archived":false,"fork":false,"pushed_at":"2025-04-14T13:08:45.000Z","size":39996,"stargazers_count":10,"open_issues_count":31,"forks_count":7,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-14T14:25:24.463Z","etag":null,"topics":["blockchain","flutter","wallet","witnet"],"latest_commit_sha":null,"homepage":"https://mywitwallet.com","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/witnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-08-25T23:58:45.000Z","updated_at":"2025-04-14T13:05:47.000Z","dependencies_parsed_at":"2024-04-04T15:39:48.332Z","dependency_job_id":null,"html_url":"https://github.com/witnet/my-wit-wallet","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fmy-wit-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fmy-wit-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fmy-wit-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/witnet%2Fmy-wit-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/witnet","download_url":"https://codeload.github.com/witnet/my-wit-wallet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250373331,"owners_count":21419780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","flutter","wallet","witnet"],"created_at":"2024-08-04T08:00:59.202Z","updated_at":"2025-04-23T05:19:01.598Z","avatar_url":"https://github.com/witnet.png","language":"Dart","funding_links":[],"categories":["Flutter"],"sub_categories":["Flutter Wallet"],"readme":"# myWitWallet\n\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.com/witnet/my-wit-wallet\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/witnet/my-wit-wallet/main.yml\" alt=\"Build Status\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/witnet/my-wit-wallet/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/witnet/my-wit-wallet\" alt=\"GPLv3 Licensed\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/witnet/my-wit-wallet/graphs/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors/witnet/my-wit-wallet\" alt=\"GitHub contributors\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/witnet/my-wit-wallet/commits/main\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/witnet/my-wit-wallet\" alt=\"Github last commit\" /\u003e\u003c/a\u003e\n    \u003cbr /\u003e\u003cbr /\u003e\n    \u003cp\u003e\u003cstrong\u003emyWitWallet\u003c/strong\u003e is a non-custodial \u003ca href=\"https://witnet.io/\"\u003eWitnet\u003c/a\u003e compatible wallet that allows you to send and receive Wit immediately.\u003c/p\u003e\n\u003c/div\u003e\n\n## Installation\n\n### From Github Releases\n\nGo to the [releases](https://github.com/witnet/my-wit-wallet/releases) section and download the binary suitable for your system.\n\n## myWitWallet Development\n\nThis application is built using the [Flutter](https://docs.flutter.dev/get-started/install) framework.\n\n### Dependencies\n\nYou need to install [Flutter](https://docs.flutter.dev/get-started/install) to run the app in development mode. Depending on your operating system, you will be requested to comply with some [requirements](https://docs.flutter.dev/get-started/install).\n\n\n### Running myWitWallet\n\n``` bash\n# clone the repository\ngit clone git@github.com:witnet/my-wit-wallet.git\n\n# cd into the cloned repository\ncd my-wit-wallet\n\n# install application dependencies\nflutter pub get\n\n# launch development application\nflutter run\n```\n\n### Formatter\n\nRepair lint errors with (**this operation modifies your files!**) `dart format .`\n\n### Test\n\nWe use [Flutter](https://docs.flutter.dev/testing#unit-tests) for testing.\n\n``` bash\n# run unit tests\nflutter test\n```\n\n### Build\n\n#### Production\n\n``` bash\nflutter pub get\n```\n\n| System |Build commands | Destination path |\n| -------- | -------- | -------- |\n| **iOS**   | `flutter build ios --release --no-codesign`    | `./build/ios/ipa/myWitWallet.ipa`    |\n| **android**   | `flutter build apk`    | `./build/app/outputs/flutter-apk/myWitWallet.apk`|\n| **macOS**   | `flutter build macos --release`    |`./build/macos/Build/Products/Release/myWitWallet.app`|\n| **windows**   | `flutter build windows`    | `.\\build\\windows\\runner\\Release`    |\n| **linux**   | ``` bash sudo apt-get update -y \u0026\u0026 sudo apt-get install -y ninja-build libgtk-3-dev flutter build linux --release ```    | `./build/linux/x64/release/bundle`     |\n\n### Github Actions (continuous integration)\n\n#### Release\n\nCreating a tag in my-wit-wallet repo triggers a [Github Actions](https://github.com/witnet/my-wit-wallet/actions) workflow and generates a new release for `linux`, `windows`, `macOS`, `android` and `iOs`.\n\n### Troubleshooting\n\n* Use `flutter doctor` to check if you miss any dependencies to complete the Flutter configuration.\n* Use `flutter clean` to clean the generated build and the Flutter cache.\n* Use `dart pub cache repair` to reinstall all packages in the system cache.\n\n## License\n\n[GPL-3](https://github.com/witnet/my-wit-wallet/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitnet%2Fmy-wit-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwitnet%2Fmy-wit-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwitnet%2Fmy-wit-wallet/lists"}