mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
move developer guide and issue workflow into geth dev category
This commit is contained in:
parent
be778966f7
commit
50dd37fb13
3 changed files with 3 additions and 17 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: Developer guide
|
|
||||||
---
|
|
||||||
### Native DApps
|
|
||||||
|
|
||||||
[Introduction and packages](Native:-Introduction)
|
|
||||||
|
|
||||||
[Account management](Native:-Account-management)
|
|
||||||
|
|
||||||
### Mobile platforms
|
|
||||||
|
|
||||||
[Introduction and packages](Mobile:-Introduction)
|
|
||||||
|
|
||||||
[Account management](Mobile:-Account-management)
|
|
||||||
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
title: Developers' guide
|
title: Developer guide
|
||||||
---
|
---
|
||||||
|
|
||||||
**NOTE: These instructions are for people who want to contribute Go source code changes.
|
**NOTE: These instructions are for people who want to contribute Go source code changes.
|
||||||
If you just want to run ethereum, use the normal [Installation Instructions](installing-geth)**
|
If you just want to run ethereum, use the normal [Installation Instructions](../install-and-build/installing-geth)**
|
||||||
|
|
||||||
This document is the entry point for developers of the Go implementation of Ethereum. Developers here refer to the hands-on: who are interested in build, develop, debug, submit a bug report or pull request or contribute code to go-ethereum.
|
This document is the entry point for developers of the Go implementation of Ethereum. Developers here refer to the hands-on: who are interested in build, develop, debug, submit a bug report or pull request or contribute code to go-ethereum.
|
||||||
|
|
||||||
Loading…
Reference in a new issue