Skip to content

Commit

Permalink
feat: ✨ Creates the initial release for the mainnet, also enables ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4139 committed May 24, 2023
1 parent a3e608e commit 76d2778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PACKAGES_NOSIMULATION=$(shell go list ./... | grep -v '/simulation')
VERSION ?= $(shell echo $(shell git describe --tags `git rev-list --tags="v*" --max-count=1`) | sed 's/^v//')
TMVERSION := $(shell go list -m github.com/tendermint/tendermint | sed 's:.* ::')
COMMIT := $(shell git log -1 --format='%H')
LEDGER_ENABLED ?= true
LEDGER_ENABLED = true
BINDIR ?= $(GOPATH)/bin
HUMANS_BINARY = humansd
HUMANS_DIR = humans
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the official repository for the Humans blockchain. This repository contains the source code and documentation for the blockchain and its related components.

## Getting Started
## Getting Started for developers

To get started with the Humans blockchain, you will need to clone this repository to your local machine. You can do this by running the following command in your terminal:

Expand Down Expand Up @@ -57,4 +57,4 @@ Finally, the script starts the node by executing the `humansd start` command wit
--minimum-gas-prices=0.0001aheart sets the minimum gas price to 0.0001 aheart
--json-rpc.api eth,txpool,personal,net,debug,web3,miner enables JSON-RPC APIs for Ethereum, transaction pool, personal, network, debug, web3, and miner
--api.enable enables the API server.
```
```

0 comments on commit 76d2778

Please sign in to comment.