https://github.com/learnforpractice/move4eos
https://github.com/learnforpractice/move4eos
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learnforpractice/move4eos
- Owner: learnforpractice
- License: apache-2.0
- Created: 2019-06-30T00:08:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T03:33:30.000Z (almost 7 years ago)
- Last Synced: 2024-12-29T07:26:17.854Z (over 1 year ago)
- Language: Rust
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/libra/libra)
[](LICENSE.md)
Libra Core implements a decentralized, programmable database which provides a financial infrastructure that can empower billions of people.
## Note to Developers
* Libra 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 Libra Blockchain software.
## Contributing
Read our [Contributing guide](https://developers.libra.org/docs/community/contributing). Find out what’s coming on our [blog](https://developers.libra.org/blog/2019/06/18/the-path-forward).
## Getting Started
### Learn About Libra
* [Welcome](https://developers.libra.org/docs/welcome-to-libra)
* [Libra Protocol: Key Concepts](https://developers.libra.org/docs/libra-protocol)
* [Life of a Transaction](https://developers.libra.org/docs/life-of-a-transaction)
### Try Libra Core
* [My First Transaction](https://developers.libra.org/docs/my-first-transaction)
* [Getting Started With Move](https://developers.libra.org/docs/move-overview)
### Technical Papers
* [The Libra Blockchain](https://developers.libra.org/docs/the-libra-blockchain-paper)
* [Move: A Language With Programmable Resources](https://developers.libra.org/docs/move-paper)
* [State Machine Replication in the Libra Blockchain](https://developers.libra.org/docs/state-machine-replication-paper)
### Blog
* [Libra: The Path Forward](https://developers.libra.org/blog/2019/06/18/the-path-forward/)
### Libra Codebase
* [Libra Core Overview](https://developers.libra.org/docs/libra-core-overview)
* [Admission Control](https://developers.libra.org/docs/crates/admission-control)
* [Bytecode Verifier](https://developers.libra.org/docs/crates/bytecode-verifier)
* [Consensus](https://developers.libra.org/docs/crates/consensus)
* [Crypto](https://developers.libra.org/docs/crates/crypto)
* [Execution](https://developers.libra.org/docs/crates/execution)
* [Mempool](https://developers.libra.org/docs/crates/mempool)
* [Move IR Compiler](https://developers.libra.org/docs/crates/ir-to-bytecode)
* [Move Language](https://developers.libra.org/docs/crates/move-language)
* [Network](https://developers.libra.org/docs/crates/network)
* [Storage](https://developers.libra.org/docs/crates/storage)
* [Virtual Machine](https://developers.libra.org/docs/crates/vm)
## Community
* Join us on the [Libra Discourse](https://community.libra.org).
* Get the latest updates to our project by signing up for our [newsletter](https://developers.libra.org/newsletter_form).
## License
Libra Core is licensed as [Apache 2.0](https://github.com/libra/libra/blob/master/LICENSE).