From 7291e8a25ab9e05f73a9b2dc5b94f4350ef74854 Mon Sep 17 00:00:00 2001 From: sot528 Date: Tue, 18 Sep 2018 09:34:07 +0900 Subject: [PATCH 1/8] add link for Drizzle. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a563c9..718f9e97 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [LLL](https://media.consensys.net/an-introduction-to-lll-for-ethereum-smart-contract-development-e26e38ea6c23) - Low-level Lisp-like Language #### Frameworks -* [Truffle](http://truffleframework.com) - Most popular smart contract development, testing, and deployment framework. The Truffle suite includes Truffle, [Ganache](https://github.com/trufflesuite/ganache), and Drizzle. [Deep dive on Truffle here](https://media.consensys.net/truffle-deep-dive-what-you-need-to-know-when-developing-on-ethereum-e548d4df6e9) +* [Truffle](http://truffleframework.com) - Most popular smart contract development, testing, and deployment framework. The Truffle suite includes Truffle, [Ganache](https://github.com/trufflesuite/ganache), and [Drizzle](https://github.com/truffle-box/drizzle-box). [Deep dive on Truffle here](https://media.consensys.net/truffle-deep-dive-what-you-need-to-know-when-developing-on-ethereum-e548d4df6e9) * [Embark](https://github.com/embark-framework/embark) - Framework for DApp development * [Dapp](https://dapp.tools/dapp/) - Framework for DApp development, successor to DApple * [Populus](https://github.com/ethereum/populus) - The Ethereum development framework with the most cute animal pictures From 8006170e7346f90d8275e3a2a7385c61d5dd47cb Mon Sep 17 00:00:00 2001 From: sot528 Date: Tue, 18 Sep 2018 09:36:46 +0900 Subject: [PATCH 2/8] remove wrong empty lines for fix spaces between lines. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 718f9e97..88d0461e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [Atom](https://atom.io/) - Atom editor with [Atom Solidity Linter](https://atom.io/packages/atom-solidity-linter), [Etheratom](https://atom.io/packages/etheratom) * [Pragma](https://www.withpragma.com/) - Very simple web IDE for solidity, and auto-generated interfaces for smart contracts. [autocomplete-solidity](https://atom.io/packages/autocomplete-solidity), and [language-solidity](https://atom.io/packages/language-solidity) packages - * [Superblocks Studio](https://superblocks.com/studio/) - Superblocks Studio helps you code, build, and deploy your smart contracts. * [Vim solidity](https://github.com/tomlion/vim-solidity) - Vim syntax file for solidity * [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) - Visual Studio Code extension that adds support for Solidity @@ -73,7 +72,6 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [Ethers.js](https://github.com/ethers-io/ethers.js/)- Javascript Web3 alternative, useful utilities and wallet features * [Web3Wrapper](https://github.com/0xProject/0x-monorepo/tree/v2-prototype/packages/web3-wrapper)- Typescript Web3 alternative * [Ethereumjs](https://github.com/ethereumjs/) - A collection of utility functions for Ethereum like [ethereumjs-util](https://github.com/ethereumjs/ethereumjs-util) and [ethereumjs-tx](https://github.com/ethereumjs/ethereumjs-tx) - * [Drizzle](https://github.com/truffle-box/drizzle-box) - Redux library to connect a frontend to a blockchain * [Subproviders](https://github.com/0xProject/0x-monorepo/tree/v2-prototype/packages/subproviders) - Several useful subproviders to use in conjunction with [Web3-provider-engine](https://github.com/MetaMask/provider-engine/) (including a LedgerSubprovider for adding Ledger hardware wallet support to your dApp) * [web3-webpacked](https://github.com/NoahHydro/web3-webpacked) - JS framework to manage web3 injection From b937cd2e3e5cad58d703345aac60a8625974fefc Mon Sep 17 00:00:00 2001 From: sot528 Date: Thu, 27 Sep 2018 09:32:44 +0900 Subject: [PATCH 3/8] fix wrong link --- EcosystemResources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcosystemResources.md b/EcosystemResources.md index 97fe87cf..fe36c570 100644 --- a/EcosystemResources.md +++ b/EcosystemResources.md @@ -47,7 +47,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co ### Block explorers * [Etherscan](https://etherscan.io/) - Most popular centralised way to view Eth transactions and contract code * [Etherchain Light](https://github.com/gobitfly/etherchain-light)- Lightweight blockchain explorer for your private Ethereum chain -* [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](ethprize.io) and developed by [POA](https://poa.net) +* [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](http://ethprize.io) and developed by [POA](https://poa.net) * [QuickBlocks](https://github.com/Great-Hill-Corporation/quickBlocks) - QuickBlocks is a collection of software libraries, applications, tools, and examples that allow you to retrieve Ethereum blockchain data ### Gas price calculators and tools From f8cdd5d8feb346e3742ec9a8aa27b944085b086f Mon Sep 17 00:00:00 2001 From: sot528 Date: Fri, 28 Sep 2018 08:28:35 +0900 Subject: [PATCH 4/8] fix wrong link --- EcosystemResources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcosystemResources.md b/EcosystemResources.md index 78a9dede..b08e7057 100644 --- a/EcosystemResources.md +++ b/EcosystemResources.md @@ -126,7 +126,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co ### Block explorers * [Etherscan](https://etherscan.io/) - most popular centralized way to view Eth transactions and contract code -* [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](ethprize.io) and developed by [POA](https://poa.net) +* [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](http://ethprize.io) and developed by [POA](https://poa.net) * [QuickBlocks](https://github.com/Great-Hill-Corporation/quickBlocks)- QuickBlocks is a collection of software libraries, applications, tools, and examples that allow you to retrieve Ethereum blockchain data (a) more quickly, (b) with higher information content, (c) in an fully decentralized way, (d) in a fully automated way, and (e) in a highly maintenance free way.) * [Etherchain lite](https://github.com/gobitfly/etherchain-light)- Lightweight blockchain explorer for your private Ethereum chain * [Alethio EthStats 2.0](https://media.consensys.net/alethio-lighting-up-the-blockchain-with-real-time-stats-a80bb30576db) coming soon From 40c6fa2f005a3d4a06cf16e397e531e3fcf74cb7 Mon Sep 17 00:00:00 2001 From: sot528 Date: Fri, 28 Sep 2018 08:37:14 +0900 Subject: [PATCH 5/8] fix quotes --- EcosystemResources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EcosystemResources.md b/EcosystemResources.md index b08e7057..6c076fd0 100644 --- a/EcosystemResources.md +++ b/EcosystemResources.md @@ -58,7 +58,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co ### Services * [Oracalize](http://www.oraclize.it/) - Oracle service for your smart contracts -* [Infura](https://infura.io/) - API gateway so you don’t have to host your own ETH node +* [Infura](https://infura.io/) - API gateway so you don't have to host your own ETH node * [Quiknode](https://quiknode.io/) - Service to spin up personal Parity/Geth nodes * [Regis](https://regis.nu/) - Registry Framework for Digital Assets * [Viant](https://viant.io/) - Just consider using Viant as your backend if the use case is business process oriented @@ -119,7 +119,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [Solidity cheat sheet](https://topmonks.github.io/solidity_quick_ref/) - Quick overview of Solidity syntax ### Governance -* [Ethresear.ch](https://ethresear.ch/) - Semi-public forum for participating in Ethereum’s research efforts, including but not limited to: Casper, Sharding, EVM improvements, Crytpeconomics, Plasma and State-channels +* [Ethresear.ch](https://ethresear.ch/) - Semi-public forum for participating in Ethereum's research efforts, including but not limited to: Casper, Sharding, EVM improvements, Crytpeconomics, Plasma and State-channels * [Fellowship of Ethereum Magicians](https://ethereum-magicians.org/) - This discussion board facilitates meaningful communications among individuals throughout the Ethereum community * [EIPs](http://eips.ethereum.org/) - The Ethereum Improvement Proposal repository * [Aragon Research Forum](https://research.aragon.org/) - Long-form discussions related to Aragon's research efforts including governance, economics, and token engineering From d90c50098fd8368221bd354232f86c0db19fdbaf Mon Sep 17 00:00:00 2001 From: sot528 Date: Fri, 28 Sep 2018 08:38:53 +0900 Subject: [PATCH 6/8] fix: Block explorers section was duplicated --- EcosystemResources.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/EcosystemResources.md b/EcosystemResources.md index 6c076fd0..492c6b7d 100644 --- a/EcosystemResources.md +++ b/EcosystemResources.md @@ -46,10 +46,12 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [KeepKey](https://www.keepkey.com) - The simple hardware wallet ### Block explorers -* [Etherscan](https://etherscan.io/) - Most popular centralised way to view Eth transactions and contract code -* [Etherchain Light](https://github.com/gobitfly/etherchain-light)- Lightweight blockchain explorer for your private Ethereum chain +* [Etherscan](https://etherscan.io/) - most popular centralized way to view Eth transactions and contract code * [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](http://ethprize.io) and developed by [POA](https://poa.net) -* [QuickBlocks](https://github.com/Great-Hill-Corporation/quickBlocks) - QuickBlocks is a collection of software libraries, applications, tools, and examples that allow you to retrieve Ethereum blockchain data +* [QuickBlocks](https://github.com/Great-Hill-Corporation/quickBlocks)- QuickBlocks is a collection of software libraries, applications, tools, and examples that allow you to retrieve Ethereum blockchain data (a) more quickly, (b) with higher information content, (c) in an fully decentralized way, (d) in a fully automated way, and (e) in a highly maintenance free way.) +* [Etherchain lite](https://github.com/gobitfly/etherchain-light)- Lightweight blockchain explorer for your private Ethereum chain +* [Alethio EthStats 2.0](https://media.consensys.net/alethio-lighting-up-the-blockchain-with-real-time-stats-a80bb30576db) coming soon +* [Supermax](https://www.supermax.cool/)- A live data feed of the activities and event logs of your smart contracts on Ethereum ### Gas price calculators and tools * [EthGasStation](https://ethgasstation.info/) - Website for estimating tx prices vs times @@ -124,14 +126,6 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [EIPs](http://eips.ethereum.org/) - The Ethereum Improvement Proposal repository * [Aragon Research Forum](https://research.aragon.org/) - Long-form discussions related to Aragon's research efforts including governance, economics, and token engineering -### Block explorers -* [Etherscan](https://etherscan.io/) - most popular centralized way to view Eth transactions and contract code -* [POA Explorer](https://github.com/poanetwork/poa-explorer) - Open Source Ethereum Block explorer, funded by [Ethprize](http://ethprize.io) and developed by [POA](https://poa.net) -* [QuickBlocks](https://github.com/Great-Hill-Corporation/quickBlocks)- QuickBlocks is a collection of software libraries, applications, tools, and examples that allow you to retrieve Ethereum blockchain data (a) more quickly, (b) with higher information content, (c) in an fully decentralized way, (d) in a fully automated way, and (e) in a highly maintenance free way.) -* [Etherchain lite](https://github.com/gobitfly/etherchain-light)- Lightweight blockchain explorer for your private Ethereum chain -* [Alethio EthStats 2.0](https://media.consensys.net/alethio-lighting-up-the-blockchain-with-real-time-stats-a80bb30576db) coming soon -* [Supermax](https://www.supermax.cool/)- A live data feed of the activities and event logs of your smart contracts on Ethereum - ### Decentralized Exchanges * [Airswap](https://www.airswap.io/) - decentralized token exchange * 0x protocol based decentralized exchanges From d1ccaca6e6f3d6bceb5c245cfd10b5143137bc02 Mon Sep 17 00:00:00 2001 From: sot528 Date: Fri, 28 Sep 2018 09:06:43 +0900 Subject: [PATCH 7/8] fix typo --- EcosystemResources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcosystemResources.md b/EcosystemResources.md index 492c6b7d..bdcd22d7 100644 --- a/EcosystemResources.md +++ b/EcosystemResources.md @@ -73,7 +73,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [SmartCheck](https://tool.smartdec.net/) - Static analysis of Solidity source code for security vulnerabilities and best practices * [MD4 Online Hash Function](https://emn178.github.io/online-tools/md4.html) - Tool to hash input with a variety of hashing algorithm options * [iExec SDK](https://github.com/iExecBlockchainComputing/iexec-sdk) - Gives smart contract the ability to execute functions or applications off-chain. Support any legacy applications provided as a Docker image. -* [dAppBridge](https://dAppBridge.com/) - Inteligent Data Oracle & setTimeout service for your smart contracts +* [dAppBridge](https://dAppBridge.com/) - Intelligent Data Oracle & setTimeout service for your smart contracts * [Solidstamp](https://www.solidstamp.com) - on-chain registry of smart contract audits. * [Incentivai](http://incentivai.co) - Testing of smart contract economies via simulation with ML agents From 41031ab2a8a0f06c186ac22b5b0782e9f9a24908 Mon Sep 17 00:00:00 2001 From: sot528 Date: Fri, 28 Sep 2018 09:20:39 +0900 Subject: [PATCH 8/8] fix duplicated tool:Ethernaut --- EcosystemResources.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EcosystemResources.md b/EcosystemResources.md index bdcd22d7..5eba07e7 100644 --- a/EcosystemResources.md +++ b/EcosystemResources.md @@ -89,7 +89,6 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [Delegate call](https://delegatecall.com/) - Q&A site * [Stackexchange](https://ethereum.stackexchange.com) - Q&A site * [r/EthDev](https://www.reddit.com/r/ethdev/) - Subreddit -* [Ethernaut](https://github.com/OpenZeppelin/ethernaut) - Web3/Solidity based wargame * [Reducing Gas Fees](https://medium.com/@STKtoken/research-of-the-week-reducing-gas-fees-9061d19cc171) - Tips and tricks to reducing gas spent on execution * [Dapp University](http://www.dappuniversity.com) - Free Video Tutorials * [Attacks on Smart Contracts](https://www.cryptologie.net/article/423/attacks-on-ethereum-smart-contracts/) @@ -101,7 +100,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co * [Safety wiki](https://github.com/ethereum/wiki/wiki/Safety) - Ethereum Foundation wiki on safety #### Solidity Games! -* [OpenZeppelin Ethernaut](https://ethernaut.zeppelin.solutions) +* [OpenZeppelin Ethernaut](https://ethernaut.zeppelin.solutions) - Web3/Solidity based wargame * [Cryptozombies](https://cryptozombies.io/) - The best undead tutorial in the world * [Capture the Ether](https://capturetheether.com/)