Browse Source

[Docs]: Minor doc touchups (#4171)

- change link for bounties for different lang abci servers to interchainio funding repo
- link awesome repo ecosystem section in main docs readme

- closes #4110
- closes #4125

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
pull/4174/head
Marko 5 years ago
committed by GitHub
parent
commit
eeb6ee1a9a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions
  1. +2
    -0
      docs/README.md
  2. +2
    -2
      docs/app-dev/abci-cli.md

+ 2
- 0
docs/README.md View File

@ -19,6 +19,8 @@ To learn about application development on Tendermint, see the [Application Block
For more details on using Tendermint, see the respective documentation for
[Tendermint Core](tendermint-core/), [benchmarking and monitoring](tools/), and [network deployments](networks/).
To find out about the Tendermint ecosystem you can go [here](https://github.com/tendermint/awesome#ecosystem). If you are a project that is using Tendermint you are welcome to make a PR to add your project to the list.
## Contribute
To contribute to the documentation, see [this file](https://github.com/tendermint/tendermint/blob/master/docs/DOCS_README.md) for details of the build process and


+ 2
- 2
docs/app-dev/abci-cli.md View File

@ -351,8 +351,8 @@ the same results as for the Go version.
## Bounties
Want to write the counter app in your favorite language?! We'd be happy
to add you to our [ecosystem](https://tendermint.com/ecosystem)! We're
also offering [bounties](https://hackerone.com/tendermint/) for
to add you to our [ecosystem](https://github.com/tendermint/awesome#ecosystem)! We're
also offering [grants](https://github.com/interchainio/funding) for
implementations in new languages!
The `abci-cli` is designed strictly for testing and debugging. In a real


Loading…
Cancel
Save