awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
itheima1 avatar

itheima1/BlockChain

0
View on GitHub↗
4,647 Stars·1,236 Forks·JavaScript·CC-BY-SA-4.0·2 Aufrufe

BlockChain

Dieses Projekt ist ein Blockchain-Entwicklungskurs und ein Framework, das entwickelt wurde, um die Erstellung dezentraler Anwendungen und Smart Contracts zu lehren. Es bietet einen strukturellen Leitfaden und ein Development-Kit für den Aufbau von Software, die mit Distributed-Ledger-Technologie und Peer-to-Peer-Speicher interagiert.

Das Projekt deckt die Implementierung von Konsortium-Blockchains für Unternehmensumgebungen ab, in denen geteilte Ledgers zwischen vertrauenswürdigen Organisationen verwaltet werden. Es enthält zudem Methoden zur Orchestrierung privater Blockchains und zur Simulation lokaler Knoten für das Testen von Anwendungen.

Die Funktionsfläche erstreckt sich auf Smart-Contract-Engineering und die Entwicklung von Blockchain-Middleware, um Datenschichten mit Benutzeroberflächen zu verbinden. Zusätzlich deckt es die Verwaltung verteilter Speicher mithilfe inhaltsadressierbarer Systeme und Peer-to-Peer-Netzwerkprotokolle ab.

Features

  • Blockchain Development - Offers a comprehensive educational program and curricula for building decentralized applications and smart contracts.
  • Decentralized Application Development - Provides a comprehensive framework and guide for building decentralized applications that remove central authorities.
  • Consortium Ledger Management - Implements shared ledger management for trusted organizations within commercial consortium blockchain settings.
  • Content-Addressable Storage - Provides a system for storing and retrieving data using cryptographic hashes for decentralized hosting.
  • Distributed Hash Tables - Implements decentralized key-value storage systems to map object identifiers across a peer-to-peer network.
  • Enterprise Blockchain Solutions - Provides methodologies for implementing secure permissioned blockchain networks for enterprise consortium settings.
  • Peer-to-Peer File Sharing - Enables the management of network nodes to store and retrieve data across a peer-to-peer file system.
  • Peer-to-Peer Protocols - Facilitates decentralized communication and data exchange between nodes to synchronize a distributed ledger.
  • Smart Contract Execution Environments - Provides the runtime environment to execute programmable agreements and manage digital assets on a distributed ledger.
  • Smart Contract Automations - Implements the logic and automation mechanisms required to execute smart contracts on a blockchain.
  • Smart Contract Design - Provides a development kit and tutorials for designing and deploying programmable smart contracts.
  • Smart Contract Engineering - Provides a comprehensive framework and guide for designing and deploying programmable blockchain agreements.
  • Blockchain Data Interfaces - Develops API serving layers to provide blockchain state and transaction data to front-end applications.
  • Middleware Architectures - Implements backend services and interfaces that bridge blockchain data layers with front-end user interfaces.
  • Blockchain Local Development Environments - Initializes private local blockchain instances to develop and test applications without using a public mainnet.
  • Smart Contract Development Frameworks - Includes a development kit and tutorials for the end-to-end lifecycle of writing and deploying smart contracts.
  • Middleware Development - Guides the development of backend services that connect blockchain data layers to front-end interfaces.
  • GUI-to-API Translation Layers - Implements architectural components that translate blockchain ledger data into formats suitable for user interface interaction.
  • Integration Middleware - Provides middleware components that bridge blockchain data layers with front-end user interfaces.
  • Local Network Simulators - Ships tools to simulate multi-node network environments locally for testing decentralized applications.

Star-Verlauf

Star-Verlauf für itheima1/blockchainStar-Verlauf für itheima1/blockchain

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu BlockChain

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit BlockChain.
  • inoutcode/ethereum_bookAvatar von inoutcode

    inoutcode/ethereum_book

    4,081Auf GitHub ansehen↗

    This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides structured instruction on blockchain fundamentals, smart contract development, and the architectural principles of decentralized applications. The resource covers technical domains including smart contract security auditing, network administration, and web3 programming. It details the implementation of token standards, the use of mnemonic seeds for wallet integration, and the creation of censorship-resistant application architectures. The documentation extends to system-level opera

    Vueblockchaindappsethereum
    Auf GitHub ansehen↗4,081
  • smartcontractkit/chainlinkAvatar von smartcontractkit

    smartcontractkit/chainlink

    8,222Auf GitHub ansehen↗

    Chainlink is a decentralized oracle network that connects smart contracts to off-chain data, computation, and real-world systems. It provides a secure and reliable infrastructure for blockchain applications to access external information, execute automated workflows, and interact with other blockchains. The network is secured by a staking-based model where node operators lock LINK tokens as collateral, which can be slashed for poor performance, incentivizing honest and accurate data delivery. The platform distinguishes itself through a comprehensive set of capabilities that extend beyond basi

    Goblockchainchainlinkethereum
    Auf GitHub ansehen↗8,222
  • ipfs/ipfsAvatar von ipfs

    ipfs/ipfs

    23,137Auf GitHub ansehen↗

    IPFS is a peer-to-peer hypermedia protocol and content-addressed storage system that identifies data by cryptographic hashes rather than network locations. It enables the creation of a decentralized web by organizing files and directories as directed acyclic graphs of linked content identifiers. The project differentiates itself through the use of a distributed hash table for locating peers and a system of signed records to map human-readable names to changing content. It also provides HTTP gateways that translate standard web requests into peer-to-peer queries, allowing decentralized data to

    ipfsipfs-protocolipfs-web
    Auf GitHub ansehen↗23,137
  • ipfs/js-ipfsAvatar von ipfs

    ipfs/js-ipfs

    7,401Auf GitHub ansehen↗

    js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with the InterPlanetary File System. It provides a promise-based asynchronous API for managing content-addressed storage, where all data is identified by cryptographic hashes (CIDs) for immutable references and deduplication. The library communicates with a remote IPFS node through HTTP requests, supporting cancellation of in-flight operations via standard AbortController signals. The library offers a comprehensive set of capabilities for working with IPFS, including adding and ret

    JavaScriptdecentralizeddistributedimmutable
    Auf GitHub ansehen↗7,401
Alle 30 Alternativen zu BlockChain anzeigen→

Häufig gestellte Fragen

Was macht itheima1/blockchain?

Dieses Projekt ist ein Blockchain-Entwicklungskurs und ein Framework, das entwickelt wurde, um die Erstellung dezentraler Anwendungen und Smart Contracts zu lehren. Es bietet einen strukturellen Leitfaden und ein Development-Kit für den Aufbau von Software, die mit Distributed-Ledger-Technologie und Peer-to-Peer-Speicher interagiert.

Was sind die Hauptfunktionen von itheima1/blockchain?

Die Hauptfunktionen von itheima1/blockchain sind: Blockchain Development, Decentralized Application Development, Consortium Ledger Management, Content-Addressable Storage, Distributed Hash Tables, Enterprise Blockchain Solutions, Peer-to-Peer File Sharing, Peer-to-Peer Protocols.

Welche Open-Source-Alternativen gibt es zu itheima1/blockchain?

Open-Source-Alternativen zu itheima1/blockchain sind unter anderem: inoutcode/ethereum_book — This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides… smartcontractkit/chainlink — Chainlink is a decentralized oracle network that connects smart contracts to off-chain data, computation, and… ipfs/ipfs — IPFS is a peer-to-peer hypermedia protocol and content-addressed storage system that identifies data by cryptographic… ipfs/js-ipfs — js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with… ethereum/ethereum-org-website — This is the official website and documentation hub for the Ethereum blockchain ecosystem. It serves as a comprehensive… yeasy/blockchain_guide — This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies,…