mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Integrate Ligi's comments
This commit is contained in:
parent
782e97ed21
commit
d49cb1e02e
2 changed files with 2 additions and 8 deletions
|
|
@ -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
|
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.
|
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
|
on the testnet to demonstrate calling contract methods. It is deployed at the address
|
||||||
`0x21e6fc92f93c8a1bb41e2be64b4e1f88a54d3576`.
|
`0x21e6fc92f93c8a1bb41e2be64b4e1f88a54d3576`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Developers and community enthusiast are advised to read the [Developers' Guide](
|
||||||
## Interfaces
|
## 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.
|
* 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.
|
* [Command line options](../interface/command-line-options) documents command line parameters as well as subcommands.
|
||||||
|
|
||||||
## Basic Use Case Documentation
|
## Basic Use Case Documentation
|
||||||
|
|
@ -85,8 +85,6 @@ IRC Freenode channels:
|
||||||
* `#dappdevs`: Dapp developers channel
|
* `#dappdevs`: Dapp developers channel
|
||||||
* `#ethdev`: buildserver etc
|
* `#ethdev`: buildserver etc
|
||||||
|
|
||||||
IRC Logs by ZeroGox
|
|
||||||
|
|
||||||
### Gitter
|
### Gitter
|
||||||
|
|
||||||
* [go-ethereum Gitter](https://gitter.im/ethereum/go-ethereum)
|
* [go-ethereum Gitter](https://gitter.im/ethereum/go-ethereum)
|
||||||
|
|
@ -98,10 +96,6 @@ IRC Logs by ZeroGox
|
||||||
|
|
||||||
- [Forum](https://forum.ethereum.org/categories/geth)
|
- [Forum](https://forum.ethereum.org/categories/geth)
|
||||||
|
|
||||||
### The ZeroGox Bot
|
|
||||||
|
|
||||||
ZeroGox Bot
|
|
||||||
|
|
||||||
### Dapp developers' mailing list
|
### Dapp developers' mailing list
|
||||||
|
|
||||||
https://dapplist.net/
|
https://dapplist.net/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue