awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to xel/blockchain-stuff

Projects sharing features with Blockchain Stuff

30 open-source projects similar to xel/blockchain-stuff, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 3b1b/manim3b1b avatar

    3b1b/manim

    87,664View on GitHub↗

    Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built to translate code-based instructions into precise, frame-accurate animations, making it a tool for explaining complex mathematical functions, geometric proofs, and abstract theories. The engine distinguishes itself through a declarative scene graph that organizes visual element

    Python3b1b-videosanimationexplanatory-math-videos
    View on GitHub↗87,664
  • academysoftwarefoundation/wg-usdA

    AcademySoftwareFoundation/wg-usd

    0View on GitHub↗
    View on GitHub↗0
  • ahmetb/kubernetes-network-policy-recipesahmetb avatar

    ahmetb/kubernetes-network-policy-recipes

    6,140View on GitHub↗

    This project is a library of declarative configuration patterns and templates for implementing network policies within Kubernetes clusters. It provides a collection of reference guides and ready-to-use snippets designed to establish pod isolation and zero-trust traffic rules. The project focuses on implementing a default-deny security posture, where all network traffic is blocked until explicitly authorized through a whitelist. It provides specific templates for restricting lateral movement and securing microservice boundaries using label-based selectors and port-specific filtering. Its capa

    kubernetesnetworkingsecurity
    View on GitHub↗6,140
  • airbnb/javascriptairbnb avatar

    airbnb/javascript

    148,081View on GitHub↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    JavaScriptarrow-functionses2015es2016
    View on GitHub↗148,081

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • alan2207/bulletproof-reactalan2207 avatar

    alan2207/bulletproof-react

    35,335View on GitHub↗

    Bulletproof React is an architectural guide and project boilerplate designed to standardize the development of large-scale, maintainable frontend applications. It provides a set of structural principles and organizational strategies that enforce a strict separation of concerns, ensuring that codebases remain manageable as they grow in complexity over time. The project distinguishes itself by promoting a modular design that groups related logic, components, and services into dedicated feature folders. It utilizes a composition-based approach to build user interfaces and implements a dependency

    TypeScriptreactreact-applicationsreact-architecture-patterns
    View on GitHub↗35,335
  • altryne/awesome-ai-art-image-synthesisaltryne avatar

    altryne/awesome-ai-art-image-synthesis

    1,801View on GitHub↗

    A list of awesome tools, ideas, prompt engineering tools, colabs, models, and helpers for the prompt designer playing with aiArt and image synthesis. Covers Dalle2, MidJourney, StableDiffusion, and open source tools.

    View on GitHub↗1,801
  • alwxkxk/soft-and-hardalwxkxk avatar

    alwxkxk/soft-and-hard

    1,670View on GitHub↗

    《软硬结合——从零打造物联网》,软硬件结合可以说是所有硬件开发人员心中的一大追求,当一个人技能树上点亮了软硬件,所有创意想法基本都能靠自己去实现。 如果你想支持这个免费的网络教程,请在github上给我一个关注的星星以示支持

    JavaScript
    View on GitHub↗1,670
  • amai-gmbh/ai-expert-roadmapAMAI-GmbH avatar

    AMAI-GmbH/AI-Expert-Roadmap

    31,091View on GitHub↗

    This project is a professional development repository that provides structured learning paths for individuals pursuing careers in data-centric engineering and artificial intelligence. It functions as a competency benchmarking framework, defining the core knowledge areas and technical milestones required to achieve proficiency in specialized domains. The repository distinguishes itself through hierarchical knowledge graphing, which organizes complex technical subjects into nested tree structures to create clear, progressive learning sequences. By centralizing curated educational resources and

    JavaScriptaiai-roadmapartificial-intelligence
    View on GitHub↗31,091
  • antbranch/awesome-githubAntBranch avatar

    AntBranch/awesome-github

    2,171View on GitHub↗

    A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。

    View on GitHub↗2,171
  • anthonycalandra/modern-cpp-featuresAnthonyCalandra avatar

    AnthonyCalandra/modern-cpp-features

    21,765View on GitHub↗

    This project is a comprehensive collection of reference materials, including a language cheatsheet, a standard library reference, and a concurrency reference. It serves as a guide to modern C++ development, focusing on language syntax, standard library utilities, and template metaprogramming patterns. The repository provides specific guidance on template metaprogramming through a dedicated guide covering compile-time evaluation, type deduction, and variadic template execution. The materials cover a broad range of capabilities, including asynchronous programming, memory management, and system

    cppcpp11cpp14
    View on GitHub↗21,765
  • antz22/ultimate-guide-to-flutterantz22 avatar

    antz22/ultimate-guide-to-flutter

    468View on GitHub↗

    A comprehensive guide on learning how to code cross platform mobile applications with the Flutter framework, from the ground up.

    Dart
    View on GitHub↗468
  • asabeneh/30-days-of-javascriptAsabeneh avatar

    Asabeneh/30-Days-Of-JavaScript

    46,479View on GitHub↗

    This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p

    JavaScript30daysofjavascriptangularchallenge
    View on GitHub↗46,479
  • asabeneh/30-days-of-pythonAsabeneh avatar

    Asabeneh/30-Days-Of-Python

    65,111View on GitHub↗

    This project is a structured educational curriculum designed to guide beginners through the fundamental concepts and syntax of the Python programming language. It functions as a self-paced technical training resource, providing a curated path for individuals to acquire core software development skills through a series of daily lessons and practical exercises. The guide distinguishes itself by combining theoretical explanations with hands-on coding tasks that cover the language's dynamic type system, interpreted execution model, and whitespace-based block scoping. It emphasizes the practical a

    Python30-days-of-pythondatadata-science
    View on GitHub↗65,111
  • askmike/gekkoaskmike avatar

    askmike/gekko

    10,179View on GitHub↗

    Gekko is a Node.js trading platform and automated Bitcoin trading bot designed to execute buy and sell orders across multiple cryptocurrency exchanges. It functions as an algorithmic trading system that uses a standardized exchange integration gateway to connect with various external trading platforms. The system includes a backtesting engine that simulates trading strategies against historical market data to evaluate performance before live deployment. It employs an adapter-based integration model to normalize diverse exchange API responses into a consistent internal format. The platform pr

    JavaScriptbitcoinexchangegekko
    View on GitHub↗10,179
  • attackondobby/ios-core-animation-advanced-techniquesAttackOnDobby avatar

    AttackOnDobby/iOS-Core-Animation-Advanced-Techniques

    4,489View on GitHub↗

    This project is a technical guide and implementation library for advanced visual effects and hardware-accelerated animations using the Core Animation framework on iOS. It provides a comprehensive reference for creating high-performance motion graphics, custom graphic rendering, and the construction of 3D engines using perspective transforms and Z-axis manipulation. The collection distinguishes itself through a deep focus on GPU rendering optimization and graphics performance. It covers advanced strategies to maintain high frame rates, such as reducing offscreen rendering via shadow path optim

    View on GitHub↗4,489
  • austriacodes/blockchain-austriaA

    austriacodes/blockchain-austria

    0View on GitHub↗
    View on GitHub↗0
  • awesome-stable-diffusion/awesome-stable-diffusionA

    awesome-stable-diffusion/awesome-stable-diffusion

    0View on GitHub↗
    View on GitHub↗0
  • aws-samples/amazon-k8s-node-drainerA

    aws-samples/amazon-k8s-node-drainer

    0View on GitHub↗
    View on GitHub↗0
  • bayandin/awesome-awesomenessbayandin avatar

    bayandin/awesome-awesomeness

    33,490View on GitHub↗

    This project is a community-driven directory that aggregates and categorizes high-quality technical resources, tools, and learning materials. It functions as a centralized knowledge management repository, designed to help developers navigate the software development landscape by providing structured access to curated lists and external project references. The directory relies on a collaborative, peer-reviewed workflow where external contributors submit and maintain links through a version-controlled system. This community-maintained approach ensures that the information remains current and re

    Ruby
    View on GitHub↗33,490
  • bcoin-org/bcoinB

    bcoin-org/bcoin

    0View on GitHub↗

    Bcoin is an alternative implementation of the Bitcoin protocol, written in JavaScript and C/C++ for Node.js.

    View on GitHub↗0
  • bevry-trading/automated-tradingB

    bevry-trading/automated-trading

    0View on GitHub↗
    View on GitHub↗0
  • bitcoin-abe/bitcoin-abebitcoin-abe avatar

    bitcoin-abe/bitcoin-abe

    981View on GitHub↗

    Abe: a free block chain browser for Bitcoin-based currencies. https://github.com/jtobey/bitcoin-abe

    Python
    View on GitHub↗981
  • bitcoinexchangefh/bitcoinexchangefhBitcoinExchangeFH avatar

    BitcoinExchangeFH/BitcoinExchangeFH

    952View on GitHub↗

    BitcoinExchangeFH is a slim application to record the price depth and trades in various exchanges. You can set it up quickly and record the all the exchange data in a few minutes!

    Python
    View on GitHub↗952
  • bitrinjani/r2bitrinjani avatar

    bitrinjani/r2

    815View on GitHub↗

    R2 Bitcoin Arbitrager is an automatic arbitrage trading system powered by Node.js TypeScript.

    TypeScript
    View on GitHub↗815
  • blinktrade/bitexB

    blinktrade/bitex

    0View on GitHub↗
    View on GitHub↗0
  • blinktrade/frontendB

    blinktrade/frontend

    0View on GitHub↗
    View on GitHub↗0
  • braziljs/js-the-right-waybraziljs avatar

    braziljs/js-the-right-way

    8,686View on GitHub↗

    js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated collection of industry materials for writing maintainable code. It serves as a web development education resource, offering organized documentation on modern JavaScript patterns and idioms. The project is structured as a markdown-based documentation site, where guides written in lightweight markup are rendered as static pages. It utilizes a curated network of hyperlinks to connect internal documentation with external industry standards.

    HTML
    View on GitHub↗8,686
  • brillout/awesome-react-componentsbrillout avatar

    brillout/awesome-react-components

    47,788View on GitHub↗

    This project is a community-maintained open source directory that serves as a comprehensive index of React components and libraries. It functions as a technical knowledge base, mapping common development challenges to vetted third-party solutions to help developers accelerate their frontend workflows and avoid reinventing standard interface elements. The directory distinguishes itself through a decentralized, hyperlink-centric architecture that avoids hosting code locally, instead pointing users directly to external repositories. This content is curated through a collaborative model where com

    awesomeawesome-listreact
    View on GitHub↗47,788
  • brndnmtthws/thetagangbrndnmtthws avatar

    brndnmtthws/thetagang

    2,648View on GitHub↗

    ThetaGang is an IBKR bot for collecting money

    Python
    View on GitHub↗2,648
  • 100mango/zen100mango avatar

    100mango/zen

    2,933View on GitHub↗

    iOS 禅

    Swift
    View on GitHub↗2,933