diff --git a/docs/_developers/Go-bindings-to-Ethereum-contracts.md b/docs/_developers/Go-bindings-to-Ethereum-contracts.md index c9c25c9a18..4e9f2a7d8e 100644 --- a/docs/_developers/Go-bindings-to-Ethereum-contracts.md +++ b/docs/_developers/Go-bindings-to-Ethereum-contracts.md @@ -83,7 +83,7 @@ of the contract itself, and need to specify a `backend` through which to access The binding generator provides out of the box an RPC backend through which you can attach to an existing Ethereum node via IPC, HTTP or WebSockets. -We'll use the foundation's token contract deployed +We'll use the foundation's Unicorn token contract deployed on the testnet to demonstrate calling contract methods. It is deployed at the address `0x21e6fc92f93c8a1bb41e2be64b4e1f88a54d3576`. diff --git a/docs/_legacy/geth.md b/docs/_legacy/geth.md index d59ad5f8de..06828e0a58 100644 --- a/docs/_legacy/geth.md +++ b/docs/_legacy/geth.md @@ -25,7 +25,7 @@ Developers and community enthusiast are advised to read the [Developers' Guide]( ## Interfaces * Javascript Console: `geth` can be launched with an interactive console, that provides a javascript runtime environment exposing a javascript API to interact with your node. [Javascript Console API](../interface/javascript-console) includes the `web3` javascript Ðapp API as well as an additional admin API. -* JSON-RPC server: `geth` can be launched with a $c server that exposes the [JSON-RPC API](https://github.com/ethereum/wiki/wiki/JSON-RPC) +* JSON-RPC server: `geth` can be launched with a server that exposes the [JSON-RPC API](https://github.com/ethereum/wiki/wiki/JSON-RPC) * [Command line options](../interface/command-line-options) documents command line parameters as well as subcommands. ## Basic Use Case Documentation @@ -85,8 +85,6 @@ IRC Freenode channels: * `#dappdevs`: Dapp developers channel * `#ethdev`: buildserver etc -IRC Logs by ZeroGox - ### Gitter * [go-ethereum Gitter](https://gitter.im/ethereum/go-ethereum) @@ -98,10 +96,6 @@ IRC Logs by ZeroGox - [Forum](https://forum.ethereum.org/categories/geth) -### The ZeroGox Bot - -ZeroGox Bot - ### Dapp developers' mailing list https://dapplist.net/