Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provenance-io/provenance
A distributed, proof of stake blockchain designed for the financial services industry.
https://github.com/provenance-io/provenance
Last synced: about 1 month ago
JSON representation
A distributed, proof of stake blockchain designed for the financial services industry.
- Host: GitHub
- URL: https://github.com/provenance-io/provenance
- Owner: provenance-io
- License: apache-2.0
- Created: 2021-01-11T15:31:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T21:29:30.000Z (8 months ago)
- Last Synced: 2024-04-13T09:08:09.099Z (8 months ago)
- Language: Go
- Homepage: https://provenance.io
- Size: 105 MB
- Stars: 82
- Watchers: 11
- Forks: 36
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ccamel - provenance-io/provenance - A distributed, proof of stake blockchain designed for the financial services industry. (Go)
README
# Provenance Blockchain
[Provenance Blockchain][provenance] is an eco-friendly proof-of-stake (PoS) blockchain purpose built to modernize financial services, and the Provenance app is the core application for running a node in the network.
Provenance Blockchain is open-source with purpose-built capabilities leveraging the [CometBFT](https://docs.cometbft.com) (formerly Tendermint) consensus engine and [Cosmos SDK][cosmos]. Combined, this complete financial services infrastructure makes it safer, easier, cheaper, and faster to build and manage financial products and services.
For more information on the many TradFi institutions and Fintechs leveraging the Provenance Blockchain ecosystem, and to learn more about the Provenance Blockchain Foundation, visit [https://provenance.io][provenance].
## Status
[![Latest Release][release-badge]][release-latest]
[![Apache 2.0 License][license-badge]][license-url]
[![Go Report][goreport-badge]][goreport-url]
[![Code Coverage][cover-badge]][cover-report]
[![LOC][loc-badge]][loc-report]
![Lint Status][lint-badge][license-badge]: https://img.shields.io/github/license/provenance-io/provenance.svg
[license-url]: https://github.com/provenance-io/provenance/blob/main/LICENSE
[release-badge]: https://img.shields.io/github/tag/provenance-io/provenance.svg
[release-latest]: https://github.com/provenance-io/provenance/releases/latest
[goreport-badge]: https://goreportcard.com/badge/github.com/provenance-io/provenance
[goreport-url]: https://goreportcard.com/report/github.com/provenance-io/provenance
[cover-badge]: https://codecov.io/gh/provenance-io/provenance/branch/main/graph/badge.svg
[cover-report]: https://codecov.io/gh/provenance-io/provenance
[loc-badge]: https://tokei.rs/b1/github/provenance-io/provenance
[loc-report]: https://github.com/provenance-io/provenance
[lint-badge]: https://github.com/provenance-io/provenance/workflows/Lint/badge.svg
[provenance]: https://provenance.io/
[cosmos]: https://cosmos.network/## Quick Start
As the [Provenance Blockchain][provenance] and its core modules are based on the [Cosmos SDK][cosmos], [this introduction](https://docs.cosmos.network/v0.47/learn/intro/overview) into Cosmos is a useful starting point.
Developers can use a local checkout and the make targets `make run` and `make localnet-start` to run a local development network.
Note: Requires [Go 1.23](https://golang.org/dl/) (specifically).
See Also: [Building](docs/Building.md)
## Active Networks
There are two active public Provenance networks, [testnet](https://github.com/provenance-io/testnet) and [mainnet](https://github.com/provenance-io/mainnet).