shangsony's Stars
Playwo/ChiaPool
A trust based mining pool for the cryptocurrency chia.
dollarkillerx/Processdaemon
Process daemon Rust 通过监听 signal 实现类似进程守护
octobuild/daemon-rs
Wrapper for linux demon/windows service for Rust
AleoNet/snarkOS
A Decentralized Operating System for ZK Applications
spf13/cobra
A Commander for modern Go CLI interactions
cjbassi/rust-warp-realworld-backend
Implementation of the RealWorld backend API spec in Rust and Warp
sunchao/leveldb-rs
LevelDB: Rust implementation
Praying/orchid
losfair/pbft-rs
Practical Byzantine Fault Tolerance implemented in Rust.
laohanlinux/consensus-rs
Implement multiple blockchain consensus, including raft, pbft, paxos, dpos, power
poanetwork/hbbft
An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
davidrusu/bft-crdts
Byzantine Fault Tolerant CRDT's and other Eventually Consistent Algorithms
paritytech/rhododendron
Asynchronously safe BFT consensus, implementation in Rust
cryptape/bft-rs
An efficient and stable Rust library of BFT protocol for distributed system.
YosiSF/VioletaBFT
Byzantine Fault Tolerant relativistic WAL consensus protocol for EinsteinDB written in Haskell compiling to Rust. VioletaBFT is a PoET embedded pBFT (optimistic timestamp) written with relativistic programming principles: Merkle Trees with Critical Sections; VioletaBFT employs Post-Quantum Cryptographic Digital Signature and Key Exchange protocols for Enterprises. Community Edition contains a Vanila VioletaBFT inspired by zcash, GHOST, and HoneyBadger.
tf-encrypted/tf-encrypted
A Framework for Encrypted Machine Learning in TensorFlow
denoland/rusty_v8
Rust bindings for the V8 JavaScript engine
use-ink/ink
Polkadot's ink! to write smart contracts.
dingelish/SGXfail
SGX从入门到放弃
Zokrates/ZoKrates
A toolbox for zkSNARKs on Ethereum
Zokrates/wasm-plugins
A collection of WASM plugins for ZoKrates
mesalock-linux/mesalink
OpenSSL compatibility layer for the Rust SSL/TLS stack
hyperledger-archives/sawtooth-sdk-rust
cbreeden/fxhash
A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
kiwicorp/blockz
Opinionated building blockz for Rust applications.
R1tschY/chassis
Prototype of dependency injection framework for Rust
sile/factory
A minimal Rust library that provides `Factory` trait
Concordium/concordium-base
Core Rust and Haskell libraries used by various components of the Concordium blockchain, as well as some tools used for testing and development.
RustStudy/design_patterns
Rust设计模式