Skip to content

Commit 86c7a29

Browse files
committed
Changed Makefile and config settings
1 parent 6a918d3 commit 86c7a29

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CORE_OUPUT := $(ZBCPATH)/$(BINARY_CORE_NAME)-$(VERSION)
1111
CLI_OUPUT := $(ZBCPATH)/$(BINARY_CLI_NAME)-$(VERSION)
1212
GITHUB_TOKEN ?= $(shell cat github.token)
1313
genesis := false
14-
gen-target:= alpha
14+
gen-target:= develop
1515
gen-output := resource
1616

1717
.PHONY: test

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ owneraccountaddress = "ZBC_FFK7CVJE_QR7MZI2O_YMYKQ7NA_HRLYAOZU_TY7TXNEH_KZRUPKMF
1818
peerport = 8001
1919
proofofownershipreqtimeoutsec = 2
2020
resourcepath = "/Users/ali/go/src/github.com/zoobc/zoobc-core/resource"
21-
smithing = true
21+
smithing = false
2222
snapshotpath = "/Users/ali/go/src/github.com/zoobc/zoobc-core/resource/snapshots"
2323
walletcertfilename = "wallet.zbc"
2424
wellknownpeers = ["127.0.0.1:8002"]

readme.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
ZOOBC Core
44
</a>
55
</h1>
6-
<p align="center">
7-
<a href="https://circleci.com/gh/zoobc/zoobc-core">
8-
<img src="https://circleci.com/gh/zoobc/zoobc-core.svg?style=svg&circle-token=cdd770bcb30a201696bb10e76ed15504cf235a9f" alt="CircleCI"/>
9-
</a>
10-
<a href="#">
11-
<img src="./coverage_badge.png" alt="cover badge"/>
12-
</a>
13-
</p>
6+
147

158
> Zoobc-core is the main node application to run the zoobc blockchain. This repository consist of the main node application and the `command line interface` tools to help with development, which is located in the `cmd/` directory.
169
@@ -49,7 +42,6 @@ Videos for Windows and Linux are in the making
4942

5043
#### Build
5144

52-
To make use of the `Makefile` please rename `github.token.example` to `github.token` and place your github token there. This is required since we are accessing private repository for one of our dependencies.
5345

5446
- ZOOBC CORE
5547

@@ -61,7 +53,7 @@ To make use of the `Makefile` please rename `github.token.example` to `github.to
6153
- linux (386 & amd64): `make VERSION=v1.10.1 core-linux`
6254
- windows (32 & 64bit): `make VERSION=v1.10.1 core-windows`
6355
- common os (darwin, linux, windows) : `make VERSION=v1.10.1 core-common-os`
64-
> With genesis replacement, you can add argument `genesis=true` and what your target is {develop,staging,alhpa(default),local}, like:
56+
> With genesis replacement, you can add argument `genesis=true` and what your target is {develop(default),staging,alhpa,local}, like:
6557
> `make build genesis=true gen-target=develop gen-output=dist` for the local target you need create `local.preRegisteredNodes.json`.
6658
6759
- ZOOBC CMD

0 commit comments

Comments
 (0)