Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Consensys/ethereum-developer-tools-list
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BUIDLHub/ethereum-developer-tools-list
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 29, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ce14ce9 View commit details
Showing with 4 additions and 0 deletions.
  1. +1 −0 EcosystemResources.md
  2. +3 −0 README.md
1 change: 1 addition & 0 deletions EcosystemResources.md
Original file line number Diff line number Diff line change
@@ -80,6 +80,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co
* [Aave SDK](https://github.com/aave/aave-js) - JavaScript library to connect with the APIs of the Aave ecosystem as the decentralized lending marketplace [ETHLend](https://ethlend.io).
* [Rockside Cloud](https://rockside.io) - Ethereum network access provider and consortium blockchain builder
* [Chainstack](https://chainstack.com/) - Shared and dedicated Ethereum nodes as a service
* [BUIDLHub](https://buidlhub.com) - No-Code automation platform to integrate web3.0 and web2.0 apps. It's Zapier for blockchain.

### Knowledge/Education
* [Awesome Buggy ERC20 Tokens](https://github.com/sec-bit/awesome-buggy-erc20-tokens) - A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -108,6 +108,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
* [Atra Blockchain Services](https://console.atra.io) - Atra provides web services to help you build, deploy, and maintain decentralized applications on the Ethereum blockchain.
* [Buidler](https://buidler.dev/) - Extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
* [Azure Blockchain Dev Kit for Ethereum for VSCode](https://marketplace.visualstudio.com/items?itemName=AzBlockchain.azure-blockchain) - VSCode extension that allows for creating smart contracts and deploying them inside of Visual Studio Code
* [BUIDLHub](https://buidlhub.com) - No-Code automation platform to integrate web3.0 and web2.0 apps. It's Zapier for blockchain.

### Test blockchain networks
* [ethnode](https://github.com/vrde/ethnode) - Run an Ethereum node (Geth or Parity) for development, as easy as `npm i -g ethnode && ethnode`.
@@ -326,6 +327,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
* [BlockScout](https://github.com/poanetwork/blockscout) - A tool for inspecting and analyzing EVM based blockchains. The only full featured blockchain explorer for Ethereum networks.
* [Terminal](https://terminal.co/) - A control panel for monitoring dapps. Terminal can be used to monitor your users, dapp, blockchain infrastructure, transactions and more.
* [Ethereum-watcher](https://github.com/HydroProtocol/ethereum-watcher) - An extensible framework written in Golang for listening to on-chain events and doing something in response.
* [BUIDLHub](https://buidlhub.com) - No-Code automation platform to monitor web3.0 activity and get notifications via email, webhook, or chat bots

### Other Miscellaneous Tools
* [aragonPM](https://hack.aragon.org/docs/apm-intro.html) - a decentralized package manager powered by aragonOS and Ethereum. aragonPM enables decentralized governance over package upgrades, removing centralized points of failure.
@@ -358,6 +360,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
* [Resolver-Engine](https://github.com/Crypto-Punkers/resolver-engine) - A set of tools to standarize Solidity import and artifact resolution in frameworks.
* [eth-reveal](https://github.com/justinjmoses/eth-reveal) - A node and browser tool to inspect transactions - decoding where possible the method, event logs and any revert reasons using ABIs found online.
* [Ethereum-tx-sender](https://github.com/HydroProtocol/ethereum-tx-sender) - A useful library written in Golang to reliably send a transaction — abstracting away some of the tricky low level details such as gas optimization, nonce calculations, synchronization, and retries.
* [BUIDLHub](https://buidlhub.com) - No-Code automation platform to integrate web3.0 and web2.0 apps. It's Zapier for blockchain.

### Smart Contract Standards & Libraries
#### [ERCs](https://eips.ethereum.org/erc) - The Ethereum Request for Comment repository