mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
fix broken link
This commit is contained in:
parent
242a8422b7
commit
b04b6f03ac
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ description: Introduction to mobile development with Geth
|
||||||
---
|
---
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
Geth [no longer publishes](https://github.com/ethereum/go-ethereum/pull/26599) builds for mobile.
|
Geth no longer publishes builds for mobile.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
In the past, Geth was released for Android and IoS to support embedding clients into mobile applications. However, the move to proof-of-stake based consensus introduced the need for a consensus client to be run alongside Geth in order to track the head of the blockchain, breaking the ability for Geth light clients to run on a mobile device and handle API requests from mobile apps.
|
In the past, Geth was released for Android and IoS to support embedding clients into mobile applications. However, the move to proof-of-stake based consensus introduced the need for a consensus client to be run alongside Geth in order to track the head of the blockchain, breaking the ability for Geth light clients to run on a mobile device and handle API requests from mobile apps.
|
||||||
|
|
||||||
Supporting mobile app development is no longer part of Geth's remit but it remains possible for other teams to devise ways to build on Ethereum in a mobile environment.
|
Supporting mobile app development is [no longer part of Geth's remit](https://github.com/ethereum/go-ethereum/pull/26599) but it remains possible for other teams to devise ways to build on Ethereum in a mobile environment.
|
||||||
Loading…
Reference in a new issue