This repository contains the WalletKit C++ code.
WalletKit is Unreal's customized implementation of generating private and public keys for crypto wallets. The depends on Botan Cryptography for securely generate keys protected from side channel attacks.
On the root directory run the following commands:
$ cmake$ make
Coming soon. Header files should contain some documentation.
The WalletKit library is licensed under the terms of the Apache license. See LICENSE for more information.
Disclaimer: This is not an officially supported Unreal product.