-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3828 from TrueBlocks/develop
Develop
- Loading branch information
Showing
504 changed files
with
35,203 additions
and
18,957 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
- [Introduction](#introduction) | ||
- [Installing](#installing) | ||
- [Command Line](#command-line) | ||
- [Command line](#command-line) | ||
- [Chifra Serve](#chifra-serve) | ||
- [Troubleshooting](#troubleshooting) | ||
- [The unchained index](#the-unchained-index) | ||
|
@@ -58,15 +58,6 @@ chifra daemon | |
|
||
Use `curl` to pull data or use it to drive our "pre-beta" Account Explorer. See [installing the explorer](https://trueblocks.io/docs/install/install-explorer/). The API provides the identical tools and options as the command line and it [documented here](https://trueblocks.io/api/). | ||
|
||
**Generate gRPC files (developers only)** | ||
|
||
To regenerate gRPC files, you have to install protobuf tools: | ||
```[shell] | ||
brew install protobuf # Mac | ||
go install google.golang.org/protobuf/cmd/[email protected] | ||
go install google.golang.org/grpc/cmd/[email protected] | ||
``` | ||
|
||
## Command line | ||
|
||
The TrueBlocks command-line tool is called `chifra`. This gives you access to all the other tools: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
*.png | ||
*.svg | ||
!ether_balances_ref.png |
Oops, something went wrong.