This commit is contained in:
David Terpay
2023-08-17 16:40:59 -04:00
parent c1ce98a6e5
commit bf25872404
60 changed files with 128 additions and 126 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ export COMETBFT_VERSION := $(shell go list -m github.com/cometbft/cometbft | sed
BIN_DIR ?= $(GOPATH)/bin
BUILD_DIR ?= $(CURDIR)/build
PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)
HTTPS_GIT := https://github.com/skip-mev/pob.git
HTTPS_GIT := https://github.com/skip-mev/block-sdk.git
DOCKER := $(shell which docker)
###############################################################################
@@ -70,7 +70,7 @@ $(BUILD_TARGETS): $(BUILD_DIR)/
$(BUILD_DIR)/:
mkdir -p $(BUILD_DIR)/
# build-and-start-app builds a POB simulation application binary in the build folder
# build-and-start-app builds a Block SDK simulation application binary in the build folder
# and initializes a single validator configuration. If desired, users can suppliment
# other addresses using "genesis add-genesis-account address 10000000000000000000000000stake".
# This will allow users to bootstrap their wallet with a balance.