All Projects → michielmulders → blockgeeks-build-blockchain-advanced

michielmulders / blockgeeks-build-blockchain-advanced

Licence: other
Code that shows how to build your own Bitcoin-like blockchain with JavaScript.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to blockgeeks-build-blockchain-advanced

linX
Linx - A mineable blockchain based digital currency.
Stars: ✭ 21 (-12.5%)
Mutual labels:  blockchain-technology
blockchain-cli
⛓️ A minimal blockchain command-line interface.
Stars: ✭ 1,139 (+4645.83%)
Mutual labels:  blockchain-technology
react-native-defi-app
React Native Defi Decentralized Applications(dApps)
Stars: ✭ 31 (+29.17%)
Mutual labels:  blockchain-technology
Mathematical-Mesh
The Mesh is an infrastructure that makes the Internet easier to use by making it more secure.
Stars: ✭ 39 (+62.5%)
Mutual labels:  blockchain-technology
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+2483.33%)
Mutual labels:  blockchain-technology
radiator
Hive Ruby API Client
Stars: ✭ 49 (+104.17%)
Mutual labels:  blockchain-technology
Site
Customer's site of the system
Stars: ✭ 214 (+791.67%)
Mutual labels:  blockchain-technology
HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (+20.83%)
Mutual labels:  blockchain-technology
pacNEM
pacNEM is a Browser PacMan game with NodeJS, Socket.io, Handlebars and NEM Blockchain
Stars: ✭ 20 (-16.67%)
Mutual labels:  blockchain-technology
class
Rust library for building IQC: cryptography based on class groups of imaginary quadratic orders
Stars: ✭ 54 (+125%)
Mutual labels:  blockchain-technology
Blockchain-Alpha
Alpha from various sectors in the blockchain space.
Stars: ✭ 102 (+325%)
Mutual labels:  blockchain-technology
ultimate-defi-research-base
Here we collect and discuss the best DeFI & Blockchain researches and tools. Feel free to DM me on Twitter or open pool request.
Stars: ✭ 1,074 (+4375%)
Mutual labels:  blockchain-technology
block-chain-article
📙📗📘《睡前学点区块链》系列文章。推荐使用Gitbook阅读:https://wangbicong.github.io/block-chain-article/
Stars: ✭ 20 (-16.67%)
Mutual labels:  blockchain-technology
theta-infrastructure-ledger-explorer
Explorer for the Theta Ledger
Stars: ✭ 57 (+137.5%)
Mutual labels:  blockchain-technology
readme
The Blockchain Bible,a collections for blockchain tech,bitcoin,ethereum,crypto currencies,cryptography,decentralized solutions,business scenarios,hyperledger tech,meetups,区块链,数字货币,加密货币,比特币,以太坊,密码学,去中心化,超级账本
Stars: ✭ 46 (+91.67%)
Mutual labels:  blockchain-technology
Blockchain Python
A blockchain implementation in Python
Stars: ✭ 233 (+870.83%)
Mutual labels:  blockchain-technology
DataToken
Decentralized access control middleware for data exchange and monetization
Stars: ✭ 17 (-29.17%)
Mutual labels:  blockchain-technology
deep ethereum
电子书:以太坊技术与实现
Stars: ✭ 304 (+1166.67%)
Mutual labels:  blockchain-technology
berlinblockchainweek
Website for Berlin Blockchain Week 2018
Stars: ✭ 15 (-37.5%)
Mutual labels:  blockchain-technology
blockchain-VCoin
Simple Implementation Proof of Work blockchain coin.
Stars: ✭ 16 (-33.33%)
Mutual labels:  blockchain-technology

Blockgeeks - Build your own Bitcoin-alike Blockchain

Running the Code

  1. To install all dependencies, just run yarn install or npm install.
  2. As we want to run several instances (~nodes) of the code, we need to give a new PORT environment variable to each instance (~node). So, start the node with: PORT=5000 npm start.
  3. Other nodes can be added in the same way with a different port: PORT=5001 npm start.
  4. As gossiping (the addition of a new node) is not yet implemented, we have to register each node manually using Postman.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].