https://github.com/ton-blockchain/wallet-desktop
Standard wallet for Windows/MacOS/Linux
https://github.com/ton-blockchain/wallet-desktop
hacktoberfest
Last synced: over 1 year ago
JSON representation
Standard wallet for Windows/MacOS/Linux
- Host: GitHub
- URL: https://github.com/ton-blockchain/wallet-desktop
- Owner: ton-blockchain
- License: other
- Created: 2019-10-29T17:41:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T10:56:52.000Z (about 2 years ago)
- Last Synced: 2025-03-30T09:06:46.251Z (over 1 year ago)
- Topics: hacktoberfest
- Language: C++
- Homepage:
- Size: 7.62 MB
- Stars: 223
- Watchers: 25
- Forks: 84
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# [TON Wallet][ton_wallet] (Desktop)
This is the source code and build instructions for a TON Wallet implementation for desktops.
The source code is published under GPLv3 with OpenSSL exception, the license is available [here][license].
## Supported systems
* Windows 7 and later
* macOS 10.12 and later
* Ubuntu 14.04 and later (64 bit)
## Third-party
* Qt 5.12.8, slightly patched ([LGPL](http://doc.qt.io/qt-5/lgpl.html))
* OpenSSL 1.1.1 ([OpenSSL License](https://www.openssl.org/source/license.html))
* zlib 1.2.8 ([zlib License](http://www.zlib.net/zlib_license.html))
* LZMA SDK 9.20 ([public domain](http://www.7-zip.org/sdk.html))
* liblzma ([public domain](http://tukaani.org/xz/))
* Google Breakpad ([License](https://chromium.googlesource.com/breakpad/breakpad/+/master/LICENSE))
* Google Crashpad ([Apache License 2.0](https://chromium.googlesource.com/crashpad/crashpad/+/master/LICENSE))
* GYP ([BSD License](https://github.com/bnoordhuis/gyp/blob/master/LICENSE))
* Ninja ([Apache License 2.0](https://github.com/ninja-build/ninja/blob/master/COPYING))
* Guideline Support Library ([MIT License](https://github.com/Microsoft/GSL/blob/master/LICENSE))
* Mapbox Variant ([BSD License](https://github.com/mapbox/variant/blob/master/LICENSE))
* Range-v3 ([Boost License](https://github.com/ericniebler/range-v3/blob/master/LICENSE.txt))
* Open Sans font ([Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html))
* xxHash ([BSD License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE))
## Build instructions
* [Visual Studio 2019][msvc]
* [Xcode 10][xcode]
* [GYP/CMake on GNU/Linux][cmake]
[//]: # (LINKS)
[ton_wallet]: https://wallet.ton.org
[license]: LICENSE
[msvc]: docs/building-msvc.md
[xcode]: docs/building-xcode.md
[cmake]: docs/building-cmake.md