Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diem/diem
Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
https://github.com/diem/diem
blockchain
Last synced: 11 days ago
JSON representation
Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
- Host: GitHub
- URL: https://github.com/diem/diem
- Owner: diem
- License: apache-2.0
- Created: 2019-04-02T21:51:45.000Z (over 5 years ago)
- Default Branch: latest
- Last Pushed: 2024-09-06T05:18:29.000Z (2 months ago)
- Last Synced: 2024-09-08T14:01:43.720Z (2 months ago)
- Topics: blockchain
- Language: Rust
- Homepage: https://diem.com
- Size: 119 MB
- Stars: 16,698
- Watchers: 514
- Forks: 2,577
- Open Issues: 359
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG/CHANGELOG-1.2.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-move - Diem - The original Move based blockchain from Meta (form. Libra by Facebook) (discontinued). (Move-Powered Blockchains)
- awesome-rust - Diem
- awesome-rust-cn - Diem
- awesome-repositories - diem/diem - Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world. (Rust)
- awesome-move - Diem - The original Move based blockchain from Meta (form. Libra by Facebook) (discontinued). (Move-Powered Blockchains)
- awesome-move - Diem - The original Move based blockchain from Meta (form. Libra by Facebook) (discontinued). (Move-Powered Blockchains)
- my-awesome - diem/diem - 10 star:16.7k fork:2.6k Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world. (Rust)
- StarryDivineSky - diem/diem
- awesome-starts - diem/diem - Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world. (Rust)
- fucking-awesome-rust - Diem - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people. (Applications / Blockchain)
- fucking-awesome-rust - Diem - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people. (Applications / Blockchain)
- awesome-rust - Diem - Diem’s mission is to enable a simple global currency and financial infrastructure that empowers billions of people. (Applications / Blockchain)
README
> **Note to readers:** Silvergate Capital Corporation announced in January 2022 that it acquired intellectual property and other technology assets related to running a blockchain-based payment network from Diem, further investing in its platform and enhancing its existing stablecoin infrastructure.
---
[![Diem Rust Crate Documentation (main)](https://img.shields.io/badge/docs-main-59f)](https://diem.github.io/diem/)
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
[![grcov](https://img.shields.io/badge/Coverage-grcov-green)](https://ci-artifacts.diem.com/coverage/unit-coverage/latest/index.html)
[![test history](https://img.shields.io/badge/Test-History-green)](https://ci-artifacts.diem.com/testhistory/diem/diem/auto/ci-test.yml/index.html)Diem Core implements a decentralized, programmable distributed ledger which provides a financial infrastructure that can empower billions of people.
## Note to Developers
* Diem Core is a prototype.
* The APIs are constantly evolving and designed to demonstrate types of functionality. Expect substantial changes before the release.
* We’ve launched a testnet that is a live demonstration of an early prototype of the Diem Blockchain software.## Quick Links
### Learn About Diem
* [Diem Protocol: Key Concepts](https://developers.diem.com/docs/basics/basics-txns-states/)
* [Life of a Transaction](https://developers.diem.com/docs/transactions/basics-life-of-txn/)
* [JSON-RPC API Specification](json-rpc/json-rpc-spec.md)
* [JSON-RPC SPEC](json-rpc/json-rpc-spec.md)### Getting Started - Try Diem Core
* [My First Transaction](https://developers.diem.com/docs/tutorials/tutorial-my-first-transaction/)
* [Getting Started With Move](https://diem.github.io/move/introduction.html)### Technical Papers
* [The Diem Blockchain](https://developers.diem.com/docs/technical-papers/the-diem-blockchain-paper)
* [Move: A Language With Programmable Resources](https://developers.diem.com/docs/technical-papers/move-paper)
* [State Machine Replication in the Diem Blockchain](https://developers.diem.com/docs/technical-papers/state-machine-replication-paper)### Governance
* [Diem Improvement Proposals](https://dip.diem.com/all-dips)### Blog
* [Diem: The Path Forward](https://developers.diem.com/blog/2019/06/18/the-path-forward/)## License
Diem Core is licensed as [Apache 2.0](https://github.com/diem/diem/blob/latest/LICENSE).