Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.45 KB

File metadata and controls

42 lines (33 loc) · 1.45 KB
description
Ethereum network information.

import CardList from '@site/src/components/CardList'

Ethereum

Ethereum is a decentralized, open-source blockchain network with Turing-complete smart contract functionality. Ether (ETH) is the native cryptocurrency.

Use Ethereum to build apps and organizations, hold assets, transact, and communicate without being controlled by a central authority. Ethereum uses the Proof of Stake (PoS) consensus mechanism.

Infura provides access to the Ethereum JSON-RPC API method library that interacts with the Ethereum blockchain. Methods include functionality for reading and writing data to the network, and executing smart contracts.

:::info See also

The official Ethereum documentation for more information.

:::

<CardList items={[ { href: "quickstart", title: "Quickstart", description: "Learn how to quickly connect and make calls to the Ethereum network." }, { href: "json-rpc-methods", title: "JSON-RPC APIs", description: "View the APIs available for communicating with the Ethereum network." }, { href: "../../../developer-tools/dashboard/get-started/create-api/", title: "Create an API key", description: "Learn how to create an API key and secure and share it with your team." } ]} />