Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beldex-coin/belnet-app
Belnet mobile app
https://github.com/beldex-coin/belnet-app
belnet belnet-mobile-app
Last synced: about 2 months ago
JSON representation
Belnet mobile app
- Host: GitHub
- URL: https://github.com/beldex-coin/belnet-app
- Owner: Beldex-Coin
- License: gpl-3.0
- Created: 2022-08-02T11:22:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T19:13:39.000Z (about 2 months ago)
- Last Synced: 2024-11-22T20:20:39.944Z (about 2 months ago)
- Topics: belnet, belnet-mobile-app
- Language: Dart
- Homepage:
- Size: 8.15 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BelNet
[BelNet](https://belnet.beldex.io/) is a decentralized VPN service built on top of the [Beldex](https://beldex.io/) Network. The BelNet dVPN utilizes Beldex masternodes to route your connection. A unique onion routing protocol is used to encrypt and route your data.
An app to interact with Belnet as a vpn tunnel for android.[](https://play.google.com/store/apps/details?id=io.beldex.belnet)
## building
build requirements:
* flutter
* gnu make
* cmake
* pkg-config
* git
* autotoolsinstall flutter with snap:
$ sudo snap install flutter --classic
or with [asdf](https://github.com/asdf-vm/asdf):
$ asdf install
a one liner to install everything else:
$ sudo apt install make automake libtool pkg-config cmake git
### build with flutter
before building make sure to update the submodules:
$ git submodule update --init --recursive
to build the project with flutter:
$ flutter build apk --debug
if succesful it will produce an apk at `build/app/outputs/flutter-apk/app-debug.apk` which you can run## cleaning
to make the workspace pristine use:
$ ./contrib/clean.sh
## Credits
* Copyright © 2018-2023 The Beldex Project
* Portions Copyright © 2018-2021 Lokinet