A reference implementation of a neutral replicated state machine. Forked from the Libra/Diem technologies.
Las características principales de olsf/libra son: Token Implementations, Blockchain Platforms, Frameworks and Libraries.
Las alternativas de código abierto para olsf/libra incluyen: starcoinorg/starcoin-framework — halley: latest - proxima: v11 - barnard: v11 - main: v11. mystenlabs/sui — Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It… move-language/move — This was the home of the Move language from inception to ~2022. This repository is no longer maintained, but… transmissions11/solmate — Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart… bytom/bytom — Official Go implementation of the Bytom protocol. bflyfinance/fly — for internal.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
halley: latest - proxima: v11 - barnard: v11 - main: v11
This was the home of the Move language from inception to ~2022. This repository is no longer maintained, but development continues in https://github.com/move-language/move-on-aptos and https://github.com/move-language/move-sui.
Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart contracts on the Solana blockchain. It provides a set of standardized tools including an access control framework for managing user roles and ownership, a high-precision fixed-point math library for decimal and signed integer calculations, and a Merkle proof verifier for validating data inclusion. The project provides secure token implementations for issuing and transferring fungible and non-fungible tokens. These implementations include safety checks to prevent silent failures dur