Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
-
Updated
Feb 24, 2021 - Python
{{ message }}
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Demonstrates the steps involved in setting up your business network on Hyperledger Fabric using Kubernetes APIs on IBM Cloud Kubernetes Service.
Create and Deploy a Blockchain Network using Hyperledger Fabric SDK Java
Blockchain ve cryptocurrency'leri (Bitcoin gibi) daha iyi anlayabilmek için, Türkçe dokümante edilen bir Python implementasyonu
WARNING: This repository is no longer maintained
A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme
Fast, Highly Scalable, and Lightweight Private Blockchain Network based on node.js
WARNING: This repository is no longer maintained
Open source blockchain project designed for developer needs from the start. OPEN chain is a convenient and flexible technology for developing blockchain solutions and decentralized applications.
A reference implementation of blockchain in Go to demonstrate how blockchain works. For education purpose.
Demonstrate the use of Hyperledger Fabric for building a collaboration platform for Crowdfunding
WARNING: This repository is no longer maintained
Blockchain Pro Test-Net, running on Hyperledger Besu
Chia Proof of Space library
Demonstrate the methodology to use Postgre SQL Database as a Fabric Wallet using Fabric Node SDK
Simple Implementation Proof of Work blockchain coin.
This is a blockchain protocol similar to that of bitcoin written in Golang
Official Bitswift source tree
A Hyperledger Fabric Single Org Demo - written in Go Fabric SDK
WARNING: This repository is no longer maintained
Events, meetups, workshops and program of the RIAT Network. Events are usually in Vienna (Austria), Germany, Cyprus, USA, Switzerland or Greece. Pull request if you want to organize an event.
A basic blockchain implementation in Golang
A P2P blockchain network created using Golang!
WARNING: This repository is no longer maintained
A distributed, proposal-based, replicated state machine (RSM) written in pure Rust. AOS is a simple, blockchain protocol designed for customization.
blockchain_go in rust: A simplified blockchain implementation in rust for leaning / 用 rust 从零开始构建区块链(Bitcoin)
The definitive listing of every cryptocurrency service; including their capabilities, fees, currencies, withdrawal process, etc.
It simulates a shared/distributed ledger (a.k.a. block chain) network of nodes (full nodes/miners and thin clients) to better understand how this type of protocols work (e.g. Bitcoin, Ethereum, etc)
Add a description, image, and links to the blockchain-network topic page so that developers can more easily learn about it.
To associate your repository with the blockchain-network topic, visit your repo's landing page and select "manage topics."
OpenZeppelin has implemented a plugin for Hardhat that allows for making smart contracts upgradable, i.e. retaining the state of the contract while having the ability to update functions or fix bugs by deploying a new contract. The basic idea is there is a wrapper or proxy contract that simplifies the process of upgrading to a new version. See https://docs.openzeppelin.com/learn/upgrading-smart-co