Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vegaprotocol/vega
- Owner: vegaprotocol
- License: agpl-3.0
- Created: 2020-04-03T16:27:50.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-12-11T23:52:53.000Z (25 days ago)
- Last Synced: 2024-12-23T01:04:01.021Z (14 days ago)
- Topics: golang, vega, vega-protocol, vega-protocol-validators
- Language: Go
- Homepage: https://vega.xyz
- Size: 227 MB
- Stars: 41
- Watchers: 21
- Forks: 22
- Open Issues: 216
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.