code.vegaprotocol.io/vega@v0.79.0/README.md (about)

     1  # Vega
     2  
     3  A decentralised trading platform that allows pseudo-anonymous trading of derivatives on a blockchain.
     4  
     5  **Vega** provides the following core features:
     6  - The vega core protocol Go implementation in the [core](./core) directory
     7  - The vega data node in the [datanode](./datanode) directory, a set of enriched APIs to inspect the state of the network
     8  - The vega wallet Go implementation in the [wallet](./wallet) directory
     9  
    10  ### License
    11  
    12  The vega protocol source code (i.e. all code available in this repository) is licensed under the GNU Affero General Public License v3.0, also included in our repository in the LICENSE file.