Contains the code dedicated to the Valency Network. It mainly utilises valency-core frameworks for key functionality. Including encryption, file reading and writing, etc. The valency-network repository contains network-specific frameworks which are used to build the following programs:
- Valency Node: The program that the nodes on the Valency Network run to keep the network functioning.
- Valency Wallet: Similar to the Bitcoin Core wallet - send and receive using this wallet. It is cross-platform with a GUI.
- Valency Lite Wallet: Contains most of the functionality of the full wallet, however utilises a lightweight, console-based UI and contains less fancy features to improve portability and security.
- Valency Network Developer Tools: Contains documentation and tools for the usage and maintenance of the network.
A framework dedicated to the functionality of wallet programs on the Valency Network. This framework can be used to create your own wallet for the Valency Network.
A framework dedicated to the functionality of nodes on the Valency Network.