7 repositorios
Hosting a local blockchain simulation as a standalone process that exposes a JSON-RPC interface.
Distinct from Self-Hosted Platform as a Service: None of the candidates represent the hosting of a simulated blockchain node; they focus on PaaS or Q&A platforms.
Explore 7 awesome GitHub repositories matching devops & infrastructure · Local Blockchain Node Hosting. Refine with filters or upvote what's useful.
Subql is a blockchain data indexing framework and TypeScript-based indexer used to extract raw blockchain events and transactions and transform them into structured, queryable data entities. It functions as a data API and a tool for building decentralized application backends, providing a query interface for type-safe access to indexed blockchain data. The project includes an AI-powered query engine that utilizes large language models to translate natural language questions into structured GraphQL queries. This system can orchestrate multi-step queries by breaking down complex requests into s
Hosts a local indexing node as a standalone process to simulate blockchain data environments.
Truffle is an Ethereum smart contract development framework providing a toolkit for compiling, testing, and deploying smart contracts to the Ethereum blockchain and compatible networks. It serves as an integrated environment for managing the full smart contract lifecycle. The framework includes a local blockchain emulator to simulate network environments for iterative testing without using real assets. It also features a blockchain network manager to configure and switch between various public and private network endpoints. The toolset covers smart contract compilation into bytecode and bina
Launches a local blockchain server to simulate a network environment for rapid development.
Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t
Starts a single-node blockchain on the local machine with default configuration and a funded validator account.
Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu
Starts a local blockchain as a separate process exposing a JSON-RPC interface for external wallets.
Substrate es un framework modular de desarrollo blockchain utilizado para construir redes blockchain personalizadas con transiciones de estado programables y mecanismos de consenso. Funciona como un kit de herramientas para construir protocolos de red a medida y desplegar nodos en entornos locales o redes de prueba globales. El framework utiliza un entorno de ejecución WebAssembly para ejecutar la lógica de transición de estado, garantizando un comportamiento determinista en todos los nodos de la red. Permite la composición de componentes lógicos modulares y paletas de tiempo de ejecución para definir las reglas y el comportamiento específicos de una blockchain. El sistema cubre operaciones centrales de blockchain, incluyendo el procesamiento de transacciones firmadas, la gestión de creación de bloques y la integración de datos ambientales. También proporciona administración de claves criptográficas para el almacenamiento y rotación segura de claves de sesión, así como herramientas para la compilación binaria aislada y la orquestación de nodos.
Enables running pre-configured client nodes locally or deploying global testnets to verify chain configurations.
Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di
Hosts blockchain node instances to provide JSON-RPC access for network interaction and testing.
Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati
Connects the development environment to local blockchain nodes or custom RPC endpoints.