Here are
237 public repositories
matching this topic...
🎉 Minimal Blockchain Learning CLI
Updated
Jul 29, 2018
HTML
EOS Smart Contract Development Examples
Blockchain ve cryptocurrency'leri (Bitcoin gibi) daha iyi anlayabilmek için, Türkçe dokümante edilen bir Python implementasyonu
Updated
Oct 31, 2019
Python
Example game leaderboard dApp utilizing EbakusDB on Ebakus blockchain
Updated
Jun 7, 2020
JavaScript
For the curious minds who want to understand how Bitcoin Blockchain works!
Updated
Nov 7, 2018
Python
Code your own blockchain in less than 120 lines of Java!
Simple example of token market. Based on blockchain technology using Ethereum platform.
Updated
Jul 17, 2017
JavaScript
Simple BlockChain DEMO in JAVA
A blockchain for fitness data demo
blockchain samples/区块链大全/échantillons blockchain/サンプルコードコレクション
A curated list of awesome blockchain resources
Updated
May 18, 2018
Java
Documents and demos to facilitate Theta mainnet integration
LittleCoin is a experimental browser-based cryptocurrency
Updated
Jun 6, 2020
JavaScript
Tools and APIs to access the ChainOrchestra Hyperledger-based blockchains
Updated
Dec 23, 2017
JavaScript
Source code for the examples in the book Blockchain Applications: A Hands-On Approach by Arshdeep Bahga and Vijay Madisetti
Updated
Jan 2, 2018
JavaScript
python3によるblock chaineによる公文書などの改竄がないことの保証の例です
Updated
Mar 22, 2018
Python
Learn blockchain development, one *bit* at a time
A P2P blockchain network created using Golang!
This is a smart contract tutorial, this tutorial guide you how to compile & deploy a mintable ERC20 token smart contract using client side signature & Web3 without truffle.
Wikipedia change logs tracker backed by Ethereum blockchain
Updated
Jan 11, 2018
JavaScript
DummyCoin is a simple blockchain client-server implementation written in TypeScript
Updated
Jun 25, 2018
JavaScript
Practicing with smart contract and Ethereum network using solidity
Updated
May 29, 2019
JavaScript
A lightweight NodeJS blockchain implementation.
Updated
Apr 29, 2019
JavaScript
Proof of concept javascript blockchain with wallet and miner
Updated
Oct 6, 2017
JavaScript
A project to trade lions living in the Ethereum Rinkeby Network
Improve this page
Add a description, image, and links to the
blockchain-demos
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
blockchain-demos
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
fix time display
https://github.com/seanjameshan/blockchain-cli/blob/master/lib/cli/util/table.js#L26
the function 'toUTCString' should be changed to 'toISOString' (the toUTCString function will lose milliseconds that lead to sha256(block) different)
It's best to get rid of 'timeStamp/1000' but use timeStamp directly
fix hash display
https://github.com/seanjameshan/blockchain-cli/blob