Skip to content

Commit ce009ab

Browse files
author
Dale Avery
committed
Removed old dev env setup doc
1 parent 3c93c72 commit ce009ab

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,8 @@ Chaincode is a piece of code that is deployed into a network of [Hyperledger fab
1919
# Implementing Your First Chaincode
2020

2121
#### Setting up the environment
22-
Currently, the Hyperledger Fabric supports chaincode written in Go. We require [Go 1.6](https://blog.golang.org/go1.6). If you are already set up to develop in Go, and you have Go 1.6 installed, you may skip to step 3. If you have already set up a Hyperledger fabric [development environment](https://github.com/hyperledger/fabric/blob/master/docs/dev-setup/devenv.md), you may skip this section entirely.
2322

24-
1. Download and install Golang for your operating system at [Golang](https://golang.org/doc/install). If this is your first time installing Go, you should follow all of the instructions, including testing that it has been [correctly installed](https://golang.org/doc/install#testing) and ideally, you should avoid installing Go in a custom location.
25-
2. Add the Hyperledger shim code to your Go workspace (which you set as the value of $GOPATH) by opening a command prompt or terminal and entering the following:
26-
27-
```
28-
cd $GOPATH
29-
go get github.com/hyperledger/fabric/core/chaincode/shim
30-
```
31-
3. The [IBM Bluemix](https://console.ng.bluemix.net/) IBM Blockchain service currently requires that chaincode to be in a [GitHub](https://Github.com/) repository. Therefore, if you don't already have a GitHub account, you should [get one](http://github.com).
32-
4. If you haven't got Git setup locally on your computer, you should [do that](https://help.github.com/articles/set-up-git/), as well.
23+
Before you get started, you should go [here](docs/setup.md) and build your chaincode development environment. When you come back, you'll have all the tools you need to get through this tutorial.
3324

3425
## Deploying chaincode to IBM Bluemix
3526
1. Fork this repository to your github account (scroll up to the top and click **Fork**.)

setup.md renamed to docs/setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ $ git version
1616
git version 2.9.0.windows.1
1717
```
1818

19+
Once you have git installed, go create an account for yourself on [GitHub](https://Github.com/). The IBM Blockchain service on Bluemix currently requires that chaincode be in a GitHub repository in order to be deployed through the REST API.
20+
1921
### Go
2022
- [Go 1.6 install](https://golang.org/dl/#go1.6.3)
2123
- [Go installation instructions](https://golang.org/doc/install)

0 commit comments

Comments
 (0)