Skip to content

Commit

Permalink
Update command
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Apr 18, 2022
1 parent 127441b commit e25dbdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ install: go.sum
go install -mod=readonly $(BUILD_FLAGS) ./cmd

build:
go build $(BUILD_FLAGS) -o build/gnoapi ./cmd
go build -o build/gnoapi ./cmd

.PHONY: all install build
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# GNO API

Wrap ABCI queries for keplr wallet requierements and dApps.

## Run

```
make build
./build/gnoapi
```

0 comments on commit e25dbdd

Please sign in to comment.