Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalized Ethereum where needed [Fixes #1727] #1736

Merged
merged 2 commits into from
Nov 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ Want to contribute to Ethereum more directly? Check out [how to get involved](#h
Hundreds of thousands of Ethereum enthusiasts gather in these online forums to share news, talk about recent developments, debate technical issues, and imagine the future.

- Forums
- [r/ethereum](https://www.reddit.com/r/ethereum/) - _all things ethereum_
- [r/ethereum](https://www.reddit.com/r/ethereum/) - _all things Ethereum_
- [r/ethfinance](https://www.reddit.com/r/ethfinance/) - _the financial side of Ethereum, including DeFi_
- [r/ethdev](https://www.reddit.com/r/ethdev/) - _focused on ethereum development_
- [r/ethdev](https://www.reddit.com/r/ethdev/) - _focused on Ethereum development_
- [r/ethtrader](https://www.reddit.com/r/ethtrader/) - _trends & market analysis_
- [Fellowship of Ethereum Magicians](https://ethereum-magicians.org) - _community oriented around technical standards in Ethereum_
- [Ethereum Stackexchange](https://ethereum.stackexchange.com) - _discussion and help for ethereum developers_
- [Ethereum Stackexchange](https://ethereum.stackexchange.com) - _discussion and help for Ethereum developers_
- [Ethereum Research](https://ethresear.ch) - _the most influential messageboard for cryptoeconomic research_
- Chat rooms
- [Ethereum Gitter](https://gitter.im/ethereum/home) - _chat room for the Ethereum github repo_
- [Ethereum Cat Herders](https://gitter.im/ethereum-cat-herders/community?source=orgpage) - _community oriented around offering project management support to Ethereum development_
- [Ethereum Hackers](https://ethglobal.co/discord) - _Discord chat run by [ETHGlobal](https://www.ethglobal.co/): an online community for Ethereum hackers all over the world_
- [CryptoDevs Discord](https://discord.gg/5W5tVb3) - _ethereum development focused Discord community_
- [CryptoDevs Discord](https://discord.gg/5W5tVb3) - _Ethereum development focused Discord community_
- Twitter
- The ethereum community is very active on Twitter - not sure where to start?
- The Ethereum community is very active on Twitter - not sure where to start?
- [List of influential Ethereum twitter accounts](https://hive.one/ethereum/)

## Upcoming events {#upcoming-events}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar: true

When building an Ethereum application with smart contracts, you'll want to run it on a local network to see how it works before deploying it.

Similar to how you might run a local server on your computer for web development, you can use a development network to create a local blockchain instance to test your dapp. These ethereum development networks provide features that allow for much faster iteration than a public testnet (for instance you don’t need to deal with acquiring ETH from a testnet faucet).
Similar to how you might run a local server on your computer for web development, you can use a development network to create a local blockchain instance to test your dapp. These Ethereum development networks provide features that allow for much faster iteration than a public testnet (for instance you don’t need to deal with acquiring ETH from a testnet faucet).

## Prerequisites {#prerequisites}

Expand Down
2 changes: 1 addition & 1 deletion src/content/developers/docs/layer-2-scaling/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Locking the state in this way is the first transaction and opens up the channel.

State channel tic tac toe:

1. Create a multisig smart contract “Judge” on the ethereum main-chain that understands the rules of tic-tac-toe, and can identify Alice and Bob as the two players in our game. This contract holds the 1ETH prize.
1. Create a multisig smart contract “Judge” on the Ethereum main-chain that understands the rules of tic-tac-toe, and can identify Alice and Bob as the two players in our game. This contract holds the 1ETH prize.

2. Then, Alice and Bob begin playing the game, opening the state channel. Each moves creates an off-chain transaction containing a “nonce”, which simply means that we can always tell later in what order the moves happened.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Python developers that want to interact with Ethereum are likely to reach for [W

[Ethereum clients](/developers/docs/nodes-and-clients/) can be configured to be reachable by [IPC](https://en.wikipedia.org/wiki/Inter-process_communication), HTTP, or Websockets, so Web3.py will need to mirror this configuration. Web3.py refers to these connection options as **providers**. You’ll want to choose one of the three providers to link the Web3.py instance with your node.

![A diagram showing how web3.py uses IPC to connect your applicaction to an ethereum node](./web3py-and-nodes.png)
![A diagram showing how web3.py uses IPC to connect your applicaction to an Ethereum node](./web3py-and-nodes.png)

_Configure the Ethereum node and Web3.py to communicate via the same protocol, e.g., IPC in this diagram._

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Clients’ config files are located in the /etc/ethereum/ directory. You can edi
/etc/nethermind/configs/mainnet.cfg
```

Blockchain clients’ data is stored on the ethereum home account as follows (note the dot before the directory name):
Blockchain clients’ data is stored on the Ethereum home account as follows (note the dot before the directory name):

### Eth 1.0 {#eth-10}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Most of Web3 libraries are asynchronous because in the background the library ma

<Divider />

If you are working in the browser, some wallets directly inject a web3 instance and you should try to use it whenever possible especially if you plan to interact with the user’s ethereum address to make transactions.
If you are working in the browser, some wallets directly inject a web3 instance and you should try to use it whenever possible especially if you plan to interact with the user’s Ethereum address to make transactions.

Here is the snippet to detect if a Metamask wallet is available and try to enable it if it is. It will later allow you to read the user’s balance and enable them to validate transactions you’d like to make them do on the Ethereum blockchain:

Expand Down
2 changes: 1 addition & 1 deletion src/content/enterprise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Here are some of the enterprise applications that have been deployed to the publ
- [CargoX](https://cargox.io/press-releases/full/cargox-becomes-first-public-blockchain-ethereum-bill-lading-provider-approved-international-group-pi-clubs) _bill of lading and document transfer provider_
- [Morpheus.network](https://morpheus.network/) _supply chain automation platform which implements a hybrid of private chains with notarized data on the Ethereum Mainnet, and is in use by companies such as Canadian food, oil & gas distributor Federated Co-op Ltd. and Argentinian pet food provider Vitalcan_
- [Minespider](https://www.minespider.com/) _supply chain tracking_
- [ShipChain](https://shipchain.io) _public sidechain of ethereum and enterprise system for supply chain visibility and trust, especially for multimodal logistics_
- [ShipChain](https://shipchain.io) _public sidechain of Ethereum and enterprise system for supply chain visibility and trust, especially for multimodal logistics_
- [Follow Our Fibre](https://www.followourfibre.com) _viscose supply chain traceability_
- [EY OpsChain Network Procurement](https://blockchain.ey.com/products/procurement) _enables companies to engage in a procurement workflow by issuing RFQ’s, contracts, purchase orders, and invoices across your network of trusted business partners_

Expand Down
2 changes: 1 addition & 1 deletion src/intl/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"page-wallets-desc-2": "You need a wallet to send funds and manage your",
"page-wallets-desc-3": "Your wallet is only a tool for managing your Ethereum account. That means you can swap wallet providers at any time. Many wallets also let you manage several Ethereum accounts from one application.",
"page-wallets-desc-4": "That's because wallets don't have custody of your funds, you do. They're just a tool for managing what's really yours.",
"page-wallets-alt": "Illustration of a robot with a vault for a body, representing an ethereum wallet",
"page-wallets-alt": "Illustration of a robot with a vault for a body, representing an Ethereum wallet",
"page-wallet-whats-a-wallet": "What's an Ethereum wallet?",
"page-wallet-accounts-addresses": "Wallets, accounts, and addresses",
"page-wallet-accounts-addresses-desc": "It's worth understanding the differences between some key terms.",
Expand Down