Skip to content

Commit cf8db94

Browse files
authored
docs: fix spelling issues (#443)
* Update EcosystemResources.md * Update README.md
1 parent 71344aa commit cf8db94

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

EcosystemResources.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co
1616
* [Metamask](https://metamask.io/) - Chrome extension Ether wallet with ERC tokens support
1717
* [Gnosis multisig wallet](https://github.com/gnosis/MultiSigWallet) - Audited multi-sig wallet
1818
* [Exodus](https://www.exodus.io) - Desktop wallet with Shapeshift integration
19-
* [Nifty Wallet](https://github.com/poanetwork/nifty-wallet) - Ethereum Browser Extension focused on usability of real world applications
19+
* [Nifty Wallet](https://github.com/poanetwork/nifty-wallet) - Ethereum Browser Extension focused on usability of real-world applications
2020

2121
#### Web Wallets
2222
* [MyEtherWallet](https://github.com/MyEtherWallet) - Open-source [tools](https://www.myetherwallet.com/) for interacting with the blockchains easily & securely
@@ -53,12 +53,12 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co
5353
### Block explorers
5454
* [Etherscan](https://etherscan.io/) - most popular centralized way to view Eth transactions and contract code
5555
* [BlockScout](https://github.com/poanetwork/blockscout) - Open Source Ethereum Block explorer, funded by [Ethprize](http://ethprize.io) and developed by [POA](https://poa.network/)
56-
* [TrueBlocks](https://github.com/Great-Hill-Corporation/trueblocks-core) - TrueBlocks 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.)
56+
* [TrueBlocks](https://github.com/Great-Hill-Corporation/trueblocks-core) - TrueBlocks 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 a fully decentralized way, (d) in a fully automated way, and (e) in a highly maintenance-free way.)
5757
* [Etherchain lite](https://github.com/gobitfly/etherchain-light) - Lightweight blockchain explorer for your private Ethereum chain
5858
* [EthStats](https://ethstats.io/) - The Ethereum Blockchain Analytics Platform
5959
* [Scout](https://scout.cool/) - A live data feed of the activities and event logs of your smart contracts on Ethereum
6060
* [ethq](https://ethq.app) - The [dfuse](https://dfuse.io) powered, most detailed, block explorer built for developers
61-
* [Ethernal](https://www.tryethernal.com) - Ethereum block explorer for private chain. Browse transactions, decode function calls, event data or contract variables values on your locally running chain.
61+
* [Ethernal](https://www.tryethernal.com) - Ethereum block explorer for private chain. Browse transactions, decode function calls, event data or contract variable values on your locally running chain.
6262

6363
### Gas price calculators and tools
6464
* [EthGasStation](https://ethgasstation.info/) - Website for estimating tx prices vs times
@@ -69,7 +69,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co
6969
* [Infura](https://infura.io/) - API gateway so you don't have to host your own ETH node
7070
* [Moralis](https://moralis.io) - Enterprise-grade Web3 API that can be used for efficiently indexing blockchain data, authenticate various web3 wallets, and listen to real-time blockchain events in multiple EVM chains
7171
* [Quiknode](https://quiknode.io/) - Service to spin up personal Parity/Geth nodes
72-
* [Nodesmith](https://nodesmith.io/) - Free API access to full Ethereum mainnet and testnet nodes, can be used just like a local node
72+
* [Nodesmith](https://nodesmith.io/) - Free API access to full Ethereum mainnet and testnet nodes, which can be used just like a local node
7373
* [dfuse](https://dfuse.io) - Slick blockchain APIs to build world-class applications
7474
* [Regis](https://regis.nu/) - Registry Framework for Digital Assets
7575
* [Treum](https://treum.io/) - Just consider using Treum as your backend if the use case is business process oriented, formerly Viant
@@ -90,7 +90,7 @@ Many thanks to the 20+ contributors including [@corbpage](https://twitter.com/co
9090
* [BUIDLHub](https://buidlhub.com) - Create automated workflows between traditional web services & ethereum. Supports bots, webhooks, custom dapp integrations, etc.
9191
* [Watchdata](https://watchdata.io) - Provide simple and reliable API access to Ethereum blockchain
9292
* [Picket](https://picketapi.com) - A simple API and SDK for wallet-based authentication and token-based authorization (a.k.a token-gating)
93-
* [Chainnodes](https://www.chainnodes.org/) - Web3 Infrastructure provider with enterprise grade low latency for all. Supports all major EVM chains.
93+
* [Chainnodes](https://www.chainnodes.org/) - Web3 Infrastructure provider with enterprise-grade low latency for all. Supports all major EVM chains.
9494

9595
### Knowledge/Education
9696
* [Awesome Buggy ERC20 Tokens](https://github.com/sec-bit/awesome-buggy-erc20-tokens) - A Collection of Vulnerabilities in ERC20 Smart Contracts With Tokens Affected

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
226226
* [Moralis Python SDK](https://github.com/MoralisWeb3/Moralis-Python-SDK) - Python SDK that integrates with Moralis to index EVM chains
227227
* [Eventeum](https://github.com/ConsenSys/eventeum) - A bridge between Ethereum smart contract events and backend microservices, written in Java by Kauri
228228
* [Ethereumex](https://github.com/mana-ethereum/ethereumex) - Elixir JSON-RPC client for the Ethereum blockchain
229-
* [Ethereum-jsonrpc-gateway](https://github.com/HydroProtocol/ethereum-jsonrpc-gateway) - A gateway that allows you to run multiple Ethereum nodes for redundancy and load-balancing purposes. Can be ran as an alternative to (or on top of) Infura. Written in Golang.
229+
* [Ethereum-jsonrpc-gateway](https://github.com/HydroProtocol/ethereum-jsonrpc-gateway) - A gateway that allows you to run multiple Ethereum nodes for redundancy and load-balancing purposes. Can be run as an alternative to (or on top of) Infura. Written in Golang.
230230
* [EthContract](https://github.com/AgileAlpha/eth_contract) - A set of helper methods to help query ETH smart contracts in Elixir
231231
* [Marmo](https://marmo.io/) - Python, JS, and Java SDK for simplifying interactions with Ethereum. Uses relayers to offload transaction costs to relayers.
232232
* [Ethereum Logging Framework](https://bitbucket.csiro.au/users/kli039/repos/ethereum-logging-framework/browse) - provides advanced logging capabilities for Ethereum applications and networks including a query language, query processor, and logging code generation
@@ -481,7 +481,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c
481481
* [truffle-plugin-verify](https://github.com/rkalis/truffle-plugin-verify) - Seamlessly verify contract source code on Etherscan from the Truffle command line.
482482
* [Blocknative Gas Platform](https://www.blocknative.com/gas) — Gas estimation for builders, by builders. Gas Platform harnesses Blocknative's real-time mempool data infrastructure to accurately and consistently estimate Ethereum transaction fees. This provides builders and traders with an up-to-the-moment gas fee API.
483483
* [ETH Gas Tracker](https://www.ethgastracker.com/) - Monitor and track Ethereum and L2 gas prices to reduce transaction fees, save money and take control of your blockchain experience
484-
* [Diverse Eth Calculator](https://ethcalculator.dsolutions.mn/) - Ease unit calculations & utility tools. PWA , so you can install it on your mac/windows/linux or android/iphone
484+
* [Diverse Eth Calculator](https://ethcalculator.dsolutions.mn/) - Ease unit calculations & utility tools. PWA , so you can install it on your mac/windows/linux or android/iPhone
485485
* [Cookbook](https://cookbook.dev) - A platform aggregating all smart contract libraries
486486
* [Ethereum Unit Converter](https://neptunemutual.com/web3-tools/ethereum-unit-converter/) - Online tool to convert the different Ethereum denominations (wei, gwei, ether).
487487
* [Solidity Bytes32 Converter](https://neptunemutual.com/web3-tools/string-to-bytes32-converter/) - Online tool to convert Solidity Bytes32 into strings, or numbers and vice versa.

0 commit comments

Comments
 (0)