rickyyangz's Stars
bnb-chain/opbnb-bridge-tokens
bnb-chain/greenfield-whitepaper
Whitepaper for Greenfield, the decentralized data economy
ethereum/portal-network-specs
Official repository for specifications for the Portal Network
bnb-chain/bsc
A BNB Smart Chain client based on the go-ethereum fork
websockets/wscat
WebSocket cat
erigontech/erigon
Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
zsh-users/zsh
Mirror of the Z shell source code repository.
wupeaking/tendermint_code_analysis
通用区块链平台tendermint源码分析
hashicorp/golang-lru
Golang LRU cache
twitter/finagle
A fault tolerant, protocol-agnostic RPC system
graphql/graphiql
GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
metaspartan/explorer
Ethereum Block Explorer (ETHExplorer V2) - Realtime Price Ticker, Shapeshift.io Integration, etc. (Project is currently not under active development, if you have a bug fix, please open a PR) My current project can be found at https://github.com/metaspartan/denarius (D a better cryptocurrency than ETH)
OffchainLabs/arb-os
ArbOS operating system, to run at Layer 2 on Arbitrum chains. Also a compiler for Mini, the language in which ArbOS is written.
HydroProtocol/ethereum-watcher
make getting updates from blockchain easier
Neufund/smart-contract-watch
A tool to monitor a number of smart contracts and transactions
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
ethereum-optimism/optimism
Optimism is Ethereum, scaled.
okx/exchain
⛓️ EVM & Wasm $ IBC-compatible, OKTC is a L1 blockchain network built on top of Cosmos SDK that aims for optimal interoperability and performance ✨
barryWhiteHat/roll_up
scale ethereum with snarks
matter-labs/zinc
The Zinc language public repository
zendesk/maxwell
Maxwell's daemon, a mysql-to-json kafka producer
matter-labs/awesome-zero-knowledge-proofs
A curated list of awesome things related to learning Zero-Knowledge Proofs (ZKP).
arkworks-rs/groth16
A Rust implementation of the Groth16 zkSNARK
arkworks-rs/algebra
Libraries for finite field, elliptic curve, and polynomial arithmetic
scipr-lab/libsnark
C++ library for zkSNARKs
Consensys/mythril
Security analysis tool for EVM bytecode. Supports smart contracts built for Ethereum, Hedera, Quorum, Vechain, Rootstock, Tron and other EVM-compatible blockchains.
mitchellh/mapstructure
Go library for decoding generic map values into native Go structures and vice versa.
go-resty/resty
Simple HTTP and REST client library for Go
golang-collections/go-datastructures
go datastructures using generics