4 results for “topic:blockchain-from-scratch”
A foundational and practical guide for effectively learning and progressively building a blockchain from scratch in Go with gRPC
Blockchain for a record management and money transfer system
BlockchainX - An interactive blockchain simulator & visualizer. Create wallets, send transactions, and mine blocks with real-time nonce iteration. Check out at https://shahvandit8.github.io/blockchain-simulator/
A content sharing platform where a post shared by a user is treated as transaction, and further stored in blocks which are then added to the blockchain. We use proof of work to authenticate a block and consensus is reached accordingly before a block is added to the blockchain.