Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vegaprotocol/vega

A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.
https://github.com/vegaprotocol/vega

golang vega vega-protocol vega-protocol-validators

Last synced: 9 days ago
JSON representation

A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.

Awesome Lists containing this project

README

        

# Vega

A decentralised trading platform that allows pseudo-anonymous trading of derivatives on a blockchain.

**Vega** provides the following core features:
- The vega core protocol Go implementation in the [core](./core) directory
- The vega data node in the [datanode](./datanode) directory, a set of enriched APIs to inspect the state of the network
- The vega wallet Go implementation in the [wallet](./wallet) directory

### License

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.