{"id":21206972,"url":"https://github.com/paralect/blockchain","last_synced_at":"2025-12-29T19:06:44.021Z","repository":{"id":181005363,"uuid":"121258513","full_name":"paralect/blockchain","owner":"paralect","description":"A blockchain and smart contracts research project","archived":false,"fork":false,"pushed_at":"2023-12-18T15:19:11.000Z","size":3027,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T15:49:20.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paralect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-12T14:44:41.000Z","updated_at":"2023-07-31T08:39:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"8681a7aa-ef09-4a9b-ae8b-7ca3dd28e296","html_url":"https://github.com/paralect/blockchain","commit_stats":null,"previous_names":["paralect/blockchain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fblockchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fblockchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fblockchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Fblockchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralect","download_url":"https://codeload.github.com/paralect/blockchain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658810,"owners_count":20326568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T20:57:21.740Z","updated_at":"2025-12-29T19:06:38.980Z","avatar_url":"https://github.com/paralect.png","language":"Solidity","readme":"# Blockchain Research \u0026 Dev. Project\n\n**New [2023]:** \n- Developing custom blockchain from scratch (without using any SDK) [Work in Progress]  \n- [Building custom blockchain with Substrate SDK - Polkadot](https://docs.substrate.io/tutorials/build-a-blockchain/) [Done, to be documented]\n- [Ethereum *DAO contract, tests and truffle suite config](ethereum/dao_ethereum) (*Decentralized Autonomous Organization)  \n- [Solana blockhain multiple new projects](https://github.com/paralect/blockchain/tree/master/solana)   \n- R\u0026D tasks for starters and learning: https://github.com/paralect/blockchain/issues\n- Deployed an Ethereum private blockchain -\u003e details in blog post: [Introducing Parachain - Paralect's first private blockchain](https://docs.google.com/document/d/1bzLPJXGxCO30jloaOzsR2CqYAaL9jGGaAsrLqw8jRFU/edit?usp=sharing) [To-be-published] \n\nFor people who prefers blog posts:  \nhttps://blog.paralect.com/post/its-blockchain-101    \nhttps://blog.paralect.com/post/how-smart-contracts-streamline-payment-processes  \n[To-be-published] [Introducing Parachain - Paralect's first private blockchain](https://docs.google.com/document/d/1bzLPJXGxCO30jloaOzsR2CqYAaL9jGGaAsrLqw8jRFU/edit?usp=sharing)\n\n-----------\n\nWelcome to the blockchain wiki!\n\n**Table of Contents:**\n\n0. [References \u0026 Good Reads](#0)\n1. [Blockchain](#1)  \n   a. [What is Blockchain?](#1a)  \n   b. [Block Structure](#1b)  \n   c. [How Blockchain works](#1c)    \n   d. [Public (Permissionless) Blockchains](#1d)  \n   e. [Private (Permissioned) Blockchains](#1e)  \n      \u0026nbsp; \u0026nbsp; i. [Hyperledger Fabric](#1ei)  \n      \u0026nbsp; \u0026nbsp; ii. [Quorum](#1eii)  \n      \u0026nbsp; \u0026nbsp; ii. [MultiChain](#1eiii)  \n      \u0026nbsp; \u0026nbsp; iv. [Corda](#1eiv)  \n2. [Comparison of smart-contract platforms](#2)\n3. [Selected smart-contract platform](#3)\n4. [Ideas for smart contacts](#4)  \n   a. [Simple Voting DApp with Ethereum and React](#4a) (Updated)  \n   b. [Token Sale (ICO) Website](#4b)  \n   c. [Crowdsale (ICO) DApp](#4c) (New)  \n   d. [EOS Wallet or Explorer/IDE](#4d) (New)\n5. [To Discuss](#5)\n-----------\n\n\u003ca name=\"0\"\u003e\u003c/a\u003e  \n## 0. References \u0026 Good Reads\n\n**Blockchain**    \nGlossary: https://github.com/ethereum/wiki/wiki/Glossary   \nBlockchain at Berkeley Uni.: https://www.youtube.com/channel/UC5sgoRfoSp3jeX4DEqKLwKg/playlists\n\n\n**Bitcoin**  \nSatoshi Nakamoto's original paper: https://bitcoin.org/bitcoin.pdf  \n\n**Ethereum**  \nEthereum Overview : https://blockgeeks.com/guides/ethereum/  \nWiki: https://github.com/ethereum/wiki/wiki  \nWhite-Paper: https://github.com/ethereum/wiki/wiki/White-Paper  \nDesign-Rationale: https://github.com/ethereum/wiki/wiki/Design-Rationale  \nYellow Paper: https://ethereum.github.io/yellowpaper/paper.pdf  \nDecentralized-apps-(dapps): https://github.com/ethereum/wiki/wiki/Decentralized-apps-(dapps)  \n\n**EOS**  \nEOS Overview: https://blockgeeks.com/guides/eos-blockchain  \nWiki: https://github.com/EOSIO/eos/wiki  \nWhite Paper: https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md\n\n\n**Smart Contracts**  \nEOS Smart Contracts: https://github.com/EOSIO/eos/wiki/Smart%20Contract  \nEthereum Smart Contracts: https://solidity.readthedocs.io/en/develop/introduction-to-smart-contracts.html#  \nVideo: [Ethereum - How to Create and Publish a Smart Contract](https://www.youtube.com/watch?v=TC-bDQZbXd0\u0026list=PLcpJWTGPhadatTqKVM7_Ra_HhFtZ0SBi8\u0026index=3)\n\n\u003ca name=\"1\"\u003e\u003c/a\u003e  \n## 1. What is Blockchain?\n\n\u003ca name=\"1a\"\u003e\u003c/a\u003e  \n### **a) What is Blockchain:**  \n(short)  \nA blockchain is a continuously growing list of records, called blocks, which are linked and secured using cryptography. \n\n(longer)  \nIt is \"an open, distributed ledger that can record transactions between two parties efficiently and in a verifiable and permanent way\". For use as a distributed ledger, a blockchain is typically managed by a peer-to-peer network collectively adhering to a protocol for validating new blocks. Once recorded, the data in any given block cannot be altered retroactively without the alteration of all subsequent blocks, which requires collusion of the network majority.\n\nSource: https://en.wikipedia.org/wiki/Blockchain\n\n\u003ca name=\"1b\"\u003e\u003c/a\u003e  \n\n### **b) Block structure:**  \n\n**i. Basic block structure**   \n\n\u003cimg src=\"https://github.com/paralect/blockchain/blob/master/wiki/images/blockhain-block.png\" width=\"900\" /\u003e   \n\nSource: https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54  \n\n**ii. Block structure in Bitcoin blockchain**  \n \n\u003cimg src=\"https://github.com/paralect/blockchain/blob/master/wiki/images/block_bitcoin.jpg\" width=\"500\" /\u003e   \n \nSource: http://computersecuritypgp.blogspot.com/2016/05/what-is-blockchain.html\n\n\u003ca name=\"1c\"\u003e\u003c/a\u003e  \n### **c) How Blockchain works:**\n\n**Simple**  \n\n![](https://github.com/paralect/blockchain/blob/master/wiki/images/how-blockchain-works-simple.png)\n\nSource: https://bitsapphire.com/wp-content/uploads/2017/01/Blockchain-industry-innovation-or-overhyped.png\n\n**In Detail:**\n\n![](https://github.com/paralect/blockchain/blob/master/wiki/images/how-blockchain-works-detail.jpg)\n\nSource: http://www.relativelyinteresting.com/wp-content/uploads/2016/06/how-a-bitcoin-transaction-works.jpg\n\n\u003ca name=\"1d\"\u003e\u003c/a\u003e  \n### **d) Public (Permissionless)**\n\nOn public blockchains, there are no restrictions that prevent participants from accessing the blockchain. Any individual or group can set up a node and participate in the consensus mechanism of a public blockchain. \n\nEthereum, Bitcoin etc...\n\n\n\u003ca name=\"1e\"\u003e\u003c/a\u003e  \n### **e) Private (Permissioned) Blockchains:**\n\nThe primary difference between permissioned blockchains and public (permissionless) blockchains is the ability for members to restrict access.\n\n\u003cimg src=\"/wiki/images/permissioned_blockchains.png\" width=\"500\" /\u003e   \n\n\n\u003ca name=\"1ei\"\u003e\u003c/a\u003e  \n**i) Hyperledger Fabric**\n\nHyperledger Fabric is an open source enterprise-grade permissioned distributed ledger \ntechnology (DLT) platform, designed for use in enterprise contexts.\n\nHyperledger project is an umbrella project of open source blockchains and related tools, started in December 2015 by the Linux Foundation,[1] and supported by big industry players like IBM, Intel and SAP Ariba, to support the collaborative development of blockchain-based distributed ledgers.\n\n/// Features of Fabric \n\n- Smart contracts authored in general-purpose programming languages such as:   \n\t. Javascript, Java, Go\n- Smart contracts (“chaincode”) run within a container environment (e.g. Docker) for isolation. \t\n- Fabric has pluggable consensus protocols\n- Fabric can leverage consensus protocols that do not require a native cryptocurrency  \n\t. Details: \n\t  To incent costly mining or to fuel smart contract execution. Avoidance of a cryptocurrency \n\t  reduces some significant risk/attack vectors, and absence of cryptographic mining operations \n\t  means that the platform can be deployed with roughly the same operational cost as any other \n\t  distributed system.\n- For enterprise use, we need to consider the following requirements:  \n\tParticipants must be identified/identifiable  \n\tNetworks need to be permissioned  \n\tHigh transaction throughput performance  \n\tLow latency of transaction confirmation  \n\tPrivacy and confidentiality of transactions and data pertaining to business transactions        \n\nRef: https://www.theblockcrypto.com/2018/12/10/crypto-simplified-explaining-permissioned-blockchains/  \n\n\n\u003ca name=\"1eii\"\u003e\u003c/a\u003e  \n**ii) Quorum**\n\nA permissioned implementation of Ethereum supporting data privacy (https://github.com/jpmorganchase/quorum)\n\nQuorum is an Ethereum based DLT. The objective behind this to provide a permissioned implementation of Ethereum which supports transactions and contract privacy.\n\nThe functioning of Quorum is similar to Ethereum but with a few differences. Here is how Quorum is different from Ethereum blockchain:\n\n- Network and peer permissions management\n- Enhanced transaction and contract privacy\n- Voting-based consensus mechanisms\n- Better performance\n\nMicrosoft Makes JPMorgan’s Quorum the Preferred Blockchain for Azure Cloud  \nhttps://www.coindesk.com/microsoft-makes-jpmorgans-quorum-the-preferred-blockchain-for-azure-cloud  \n\n\n\u003ca name=\"1eiii\"\u003e\u003c/a\u003e  \n**iii) MultiChain**\n\nMultiChain is a platform where users can establish and deploy private blockchains within an organization or between organizations. It is an open source platform based on Bitcoin’s Blockchain, except in MultiChain you must configure the multichain at every node as opposed to the Bitcoin Blockchain where anyone can connect and transfer assets on the chain.\n\n/// Key features:\n\n- Native multi-currency support  \n- Expected to be faster than Bitcoin  \n- Permissioned management  \n- Quick deployments  \n- Supported languages: Python, C#, JavaScript, PHP, Ruby  \n- MultiChain forked from the Bitcoin Blockchain allowing users to control whether the chain is private or public, permissions to connect to the network, target time for blocks, and maximum block size and metadata.    \n\nRef: https://medium.com/coinmonks/a-step-by-step-guide-to-building-and-deploying-multichain-private-blockchains-d3b27b5cf2b2  \n\n\n\u003ca name=\"1eiv\"\u003e\u003c/a\u003e  \n**iv) Corda**  \n\nhttps://github.com/corda/corda\n\n\n----\n\n\n\u003ca name=\"2\"\u003e\u003c/a\u003e  \n## 2. Comparison of smart-contract platforms (Draft)\n\n\n|                    | EOS                                                                                                                                                                                                                                                                                                                                                                        | Ethereum                                                                                                                                                                                                                                                                                                                                                                                                  |\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Short Definition**   | Decentralized operating system                                                                                                                                                                                                                                                                                                                                             | Decentralized operating system                                                                                                                                                                                                                                                                                                                                                                            |\n| **Long Definition**    | Decentralized OS with cryptoeconomic incentive which can support industrial-scale decentralized applications                                                                                                                                                                                                                                                               | [1] Open software platform enables developers to build and deploy decentralized applications \u003cbr\u003e [2] Ethereum is an open-source, public, blockchain-based distributed computing platform and operating system with smart contract functionality                                                                                                                                                          |                                                                                                                                                                                                                                                                                                                                                                 |\n| **Key Features**       | - Completely remove transaction fees \u003cbr\u003e - Conduct millions of transactions per second \u003cbr\u003e\u003cbr\u003e - Designed to enable vertical and horizontal scaling of decentralized applications. (which is achieved by software providing accounts, authentication, databases, asynchronous communication and the scheduling of applications **across hundreds of CPU cores or clusters**.)                                                                                                                                                                                                                                                         | - Enterprise Ethereum Alliance (EEA)July 2017, there were over 150 members in the alliance \u003cbr\u003e\u003cbr\u003e (including ConsenSys, CME Group, Cornell University's research group, Toyota Research Institute, Samsung SDS, Microsoft, Intel, J.P. Morgan, Cooley LLP, Merck KGaA, DTCC, Deloitte, Accenture, Banco Santander, BNY Mellon, ING, and National Bank of Canada, MasterCard, Cisco Systems, and Scotiabank) |\n| **Blockchain Network** | - EOS creators block.one will not be launching a public eos blockchain. \u003cbr\u003e - Instead leave it up to the community to do what they will with the EOS.io software.                                                                                                                                                                                                         | Ethereum is a distributed public blockchain network                                                                                                                                                                                                                                                                                                                                                       |\n| **Smart Contract**   |     | A contract in the sense of Solidity is a collection of code (its functions) and data (its state) that resides at a specific address on the Ethereum blockchain                                                                                                                                                                                                                                                                                                                                          |       \n| **Smart Contract Features**   | Contracts can be updated after published. \u003cbr\u003e\u003cbr\u003e (Todo: Sounds good but isn’t contract conceptually an **immutable** block in blockchain ?)                                                                                                                                                                                                                                                                                                                                             |         The only possibility that code is removed from the blockchain is when a contract at that address performs the “selfdestruct” operation. \u003cbr\u003e\u003cbr\u003e (The remaining Ether stored at that address is sent to a designated target and then the storage and code is removed from the state) \u003cbr\u003e https://solidity.readthedocs.io/en/develop/introduction-to-smart-contracts.html#\n| **Code Execution**   | EOS.IO based blockchains execute user-generated applications and code using WebAssembly (WASM). (WASM is an emerging web standard with widespread support of Google, Microsoft, Apple, and others. At the moment the most mature toolchain for building applications that compile to WASM is clang/llvm with their C/C++ compiler.)                                                                                                                                                                                                                                                                                                                                            | The code in Ethereum contracts is written in a low-level, stack-based bytecode language, referred to as \"Ethereum virtual machine code\" or \"EVM code\".  \u003cbr\u003e https://github.com/ethereum/wiki/wiki/White-Paper#code-execution                                                                                                                                                                                                                                                                                                                                                                      |\n| **Token/ Currency**    | EOS: \u003cbr\u003e - Having EOS token gives the developer the right to use the some percentage of the whole systems resources. EOS token is never consumed. \u003cbr\u003e  - EOS token holders will be able to rent / delegate their their share of resources to other developers                                                                                                                | Ether: \u003cbr\u003e - Ethereum rents out their computational power to the developers. \u003cbr\u003e - Miners work to earn Ether, a type of crypto token that fuels the network.                                                                                                                                                                                                                                                                                                                         |\n| **Who is behind?**     | The core team behind EOS is “Block.one”, which is based in the Cayman Islands. \u003cbr\u003e  Dan Larimer, is the CTO. He is the creator of delegated proof-of-stake and decentralized autonomous organizations aka DAOs. He is the also the man behind BitShares and Steem.                                                                                                        | Ethereum was proposed in late 2013 by Vitalik Buterin, a cryptocurrency researcher and programmer. Development was funded by an online crowdsale that took place between July and August 2014.[6] The system went live on 30 July 2015, with 11.9 million coins \"premined\" for the crowdsale. \u003cbr\u003e The core Ethereum team was Vitalik Buterin, Mihai Alisie, Anthony Di Iorio, and Charles Hoskinson      |\n| **Transaction Speeds** | Designed to perform millions of transactions per sec. \u003cbr\u003e \u003cbr\u003e Note: \u003cbr\u003e Visa manages 24,000 transactions per second while Paypal manages 193 transactions per second. Compared to that, Bitcoin manages just 3-4 transactions per second while Ethereum fairs slightly better at. \u003cbr\u003e https://howmuch.net/articles/crypto-transaction-speeds-compared \u003cbr\u003e http://www.blocktivity.info/ | 20 transactions per sec                                                                                                                                                                                                                                                                                                                                                                                   |\n|  **Consensus Algorithm**                  | DPOS aka the Delegated Proof of Stake consensus mechanism, they can easily compute millions of transactions per second.                                                                                                                                                                                                                                                    | Proof of Work (PoW) \u003cbr\u003e (Plans to move to Proof of Stake (PoS) a new design called Casper)                                                                                                                                                                                                                                                                                                               |\n| **Admin Tools**        |                                                                                                                                                                                                                                                                                                                                                                            | Mist: \u003cbr\u003e UI digital wallet to trade \u0026 store Ether. And to write, manage, deploy and use smart contracts                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                                                                                                                          | Ethereum provides a decentralized Turing-complete virtual machine, the Ethereum Virtual Machine (EVM), which can execute scripts using an international network of public nodes.                                                                                                                                                                                                                          |\n| **Block Time**        |               3 seconds                                                                                                                                                                                                                                                                                                                                                              | 13 seconds (for comparison, Bitcoin 10 mins) \u003cbr\u003e https://etherscan.io/chart/blocktime                                                                                                                                                                                                                                                                                                                    |\n| **Gas**                |                                                                                                                                                                                                                                                                                                                                                                           | \"Gas\", an internal transaction pricing mechanism, is used to mitigate spam and allocate resources on the network                                                                                                                                                                                                                                                                                          |\n\n---\n\n\u003ca name=\"3\"\u003e\u003c/a\u003e  \n## 3. Selected smart-contract platform \n\n**Assuming (!)** EOS will implement all the features they claim (ETA: June, 2018), EOS almost certainly seems to be right platform. \n\nHowever, since EOS is still under development, and although Ethereum has some unacceptible limitations, currently Ethereum can be a starting point for smart contract development since they are the only live blockchain network with working smart contracts. \n\n\u003ca name=\"4\"\u003e\u003c/a\u003e  \n## 4. Ideas for smart contacts \n\u003ca name=\"4a\"\u003e\u003c/a\u003e  \n### 4.a. Simple Voting DApp with Ethereum and React  \n\nConceptually, subject of voting seems to be a perfect fit for blockchain.\n\n\u003ch1\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/simsekgokhan/Voting-DApp-Ethereum/master/src/screenshot.jpg\" width=\"900\"\u003e  \n\u003c/h1\u003e\n\nMore: https://github.com/simsekgokhan/Voting-DApp-Ethereum\n\n\u003ca name=\"4b\"\u003e\u003c/a\u003e  \n### 4.b. Token Sale (ICO) Website\n\nRaw information from emails:  \n\n\"\"   \nDmitry Schetnikovich:  \n  I had a talk with Alex Shkor recently and he proposed an additional idea to consider: Token Sale (or ICO) website in Etherium or EOS networks. There are a lot of examples and materials about this process. For instance: [Token Sale Smart Contracts](https://blog.bluzelle.com/token-sale-smart-contracts-6ab03f7cda2a) ([GitHub](https://github.com/bluzelle/ico-smart-contracts)), [EOS ICO Step by Step guide](https://steemit.com/eos/@nadejde/eos-ico-step-by-step-guide-beginner) etc.\n\nPeople initiate ICO (Token Sale) even before they complete implementation of their application (or \"protocol\"). This is a kind of a service that Paralect can provide. According to Alex, process of implementation of Token Sale Website is straightforward, after you did it for the first time. \n\nToken Sale / ICO Website (simplified):\n\n1) Presents an idea how we are going to change the world (we skip this step, because this content will be provided by the client)\n2) Explains how this ICO is going to work and what are the rules (together with client we need to find this rules)\n3) Has a button \"Buy this tokens\".\n4) Allows you to exchange your current digital cons or tokens (ETH, BTC, etc.) for the new one. \n\nIt makes sense to implement it in both networks: for Etherium and EOS. Although Alex thinks, that in a couple of months EOS will go public and there will be a lot of demand for \"EOS Token Sale / ICO\" website. \n\n\"\" \n\n\u003ca name=\"4c\"\u003e\u003c/a\u003e  \n### 4.c. Simple Crowdsale (ICO) Dapp (Crowdsale and Custom Token contracts)  \n\nThis Crowdsale dapp consists of two contracts: Crowdsale (ICO) and Token contracts.  \n\n- [master/ethereum/crowdsale/with_simple_fixed_token/Crowdsale.sol](https://github.com/paralect/blockchain/blob/master/ethereum/crowdsale/with_simple_fixed_token/Crowdsale.sol)  \n- [master/ethereum/crowdsale/with_simple_fixed_token/TokenERC20.sol](https://github.com/paralect/blockchain/blob/master/ethereum/crowdsale/with_simple_fixed_token/TokenERC20.sol)  \n\nFor more advanced version of this dapp, see below:  \n\n- [master/ethereum/crowdsale/with_adv_token/Crowdsale-2.sol](https://github.com/paralect/blockchain/blob/master/ethereum/crowdsale/with_adv_token/Crowdsale-2.sol)  \n- [master/ethereum/crowdsale/with_adv_token/MyAdvancedToken.sol](https://github.com/paralect/blockchain/blob/master/ethereum/crowdsale/with_adv_token/MyAdvancedToken.sol)  \n\n\n**Note:** \nFor this dapp, modified versions of official Ethereum Crowdsale and Token templates in the links below are used.  \n\n- https://ethereum.org/crowdsale  \n- https://www.ethereum.org/token\n\n**How this Dapp works:**  \n\n\u003cimg src=\"https://github.com/paralect/blockchain/blob/master/ethereum/crowdsale/summary_diagram_of_crowdsale_with_simple_fixed_token.png\" width=\"900\" /\u003e    \n\n\u003ca name=\"4d\"\u003e\u003c/a\u003e  \n### 4.d. EOS Wallet or Explorer/IDE\n\nEthereum Wallet or Bitcoin Core like desktop app for EOS blockchain. \n\n**Possible Features:** \n- Account explorer / management  \n- Contract method executions  \n- Contract IDE/compilation (using eosio executables)   \n- Contract deployment \n- Block explorer  \n- Transaction explorer  \n\n**E.g.: Screenshot from Ethereum Wallet: Contract deployment**\n\n\u003cimg src=\"https://github.com/paralect/blockchain/blob/master/ideas/EOS_wallet_explorer_IDE/Ethereum-Wallet-Screenshot.png\" width=\"900\" /\u003e    \n\n\n\n\u003ca name=\"5\"\u003e\u003c/a\u003e  \n\n## **5. To Discuss:**  \n\n**// eth and btc scalability problem**  \nhttps://github.com/ethereum/wiki/wiki/White-Paper#scalability  \n\nThe problem with such a large blockchain size is centralization risk. \nIf the blockchain size increases to, say, 100 TB, then the likely scenario would be \nthat only a very small number of large businesses would run full nodes, with all \nregular users using light SPV nodes. In such a situation, there arises the potential \nconcern that the full nodes could band together and all agree to cheat in some \nprofitable fashion (eg. change the block reward, give themselves BTC).\n\n**// problems of decentralized applications**  \nDespite bringing a number of benefits, decentralized applications aren't faultless. \nBecause smart contract code is written by humans, smart contracts are only as good \nas the people who write them. Code bugs or oversights can lead to unintended adverse \nactions being taken. If a mistake in the code gets exploited, there is no efficient way \nin which an attack or exploitation can be stopped other than obtaining a network consensus \nand rewriting the underlying code. This goes against the essence of the blockchain which \nis meant to be immutable. Also, any action taken by a central party raises serious \nquestions about the decentralized nature of an application.  \n\n**// dapps projects currently in development on Ethereum**   \nhttps://www.stateofthedapps.com/  \n\n**// Decentralized Autonomous Organizations (DAO)**  \n\nEthereum can also be used to build Decentralized Autonomous Organizations (DAO). \nA DAO is fully autonomous, decentralized organization with no single leader. \nDAO’s are run by programming code, on a collection of smart contracts written on the \nEthereum blockchain. \n\nThe code is designed to replace the rules and structure of a traditional organization, \neliminating the need for people and centralized control. \nA DAO is owned by everyone who purchases tokens, but \ninstead of each token equating to equity shares \u0026 ownership, tokens act as contributions \nthat give people voting rights.\n\n**// btc Mining Centralization problem**  \nhttps://github.com/ethereum/wiki/wiki/White-Paper#mining-centralization  \n\nMining algorithm is vulnerable to two forms of centralization.  \n\nFirst, the mining ecosystem has come to be dominated by ASICs \n(application-specific integrated circuits), computer chips designed for, and therefore \nthousands of times more efficient at, the specific task of Bitcoin mining. \nThis means that Bitcoin mining is no longer a highly decentralized and egalitarian pursuit, \nrequiring millions of dollars of capital to effectively participate in.\n\nSecond, most Bitcoin miners do not actually perform block validation locally; instead, \nthey rely on a centralized mining pool to provide the block headers. This problem is \narguably worse: as of the time of this writing, the top three mining pools indirectly \ncontrol roughly 50% of processing power in the Bitcoin network, although this is mitigated \nby the fact that miners can switch to other mining pools if a pool or coalition attempts a \n51% attack.\n\n**// eth DAO (Decentralized Autonomous Organizations)**  \nhttps://github.com/ethereum/wiki/wiki/White-Paper#decentralized-autonomous-organizations  \n\nThe general concept of a \"decentralized autonomous organization\" is that of a virtual entity \nthat has a certain set of members or shareholders which, perhaps with a 67% majority, \nhave the right to spend the entity's funds and modify its code. The members would collectively \ndecide on how the organization should allocate its funds.\n\nhow to code a DAO is as follows. \nThe simplest design is simply a piece of self-modifying code that changes if two thirds \nof members agree on a change. Although code is theoretically immutable, one can easily \nget around this and have de-facto mutability by having chunks of the code in separate \ncontracts, and having the address of which contracts to call stored in the modifiable \nstorage. \n\n\n...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Fblockchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalect%2Fblockchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Fblockchain/lists"}