Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toktok/btox
Official TokTok mobile Tox client
https://github.com/toktok/btox
android cryptography encryption ios network p2p security toxcore web
Last synced: about 3 hours ago
JSON representation
Official TokTok mobile Tox client
- Host: GitHub
- URL: https://github.com/toktok/btox
- Owner: TokTok
- License: gpl-3.0
- Created: 2022-01-28T23:04:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T12:40:24.000Z (15 days ago)
- Last Synced: 2024-11-02T13:26:03.476Z (15 days ago)
- Topics: android, cryptography, encryption, ios, network, p2p, security, toxcore, web
- Language: Dart
- Homepage: https://tox.chat/
- Size: 454 KB
- Stars: 12
- Watchers: 8
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bTox
A work-in-progress cross-platform Tox client.
## Setting up Flutter
Follow the instructions on https://docs.flutter.dev/get-started/
## Building
Run the `tools/prepare-web` setup script to generate the database bindings that need to be generated
and download the 3rd-party libraries used in the web build.```sh
./tools/prepare-web # or ./tools/prepare if you don't want to download the web-build 3rd-party libraries.
```After the above is done, just build as you normally would for whatever platform you want to target.
If you run into issues, consulting [our CI](.github/workflows/ci.yml) might be helpful as it
contains working build instructions for all platforms.