https://github.com/stevenferrer/kvstore-tm
A key-value store built with Tendermint
https://github.com/stevenferrer/kvstore-tm
tendermint
Last synced: about 1 month ago
JSON representation
A key-value store built with Tendermint
- Host: GitHub
- URL: https://github.com/stevenferrer/kvstore-tm
- Owner: stevenferrer
- Created: 2022-07-16T05:05:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T06:02:31.000Z (about 2 years ago)
- Last Synced: 2025-02-17T04:39:12.888Z (4 months ago)
- Topics: tendermint
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kvstore-tm
An example app built with [Tendermint](https://tendermint.com/). Please refer to below tutorials for more details.
* [Creating a built-in application in Go][1]
* [Creating an application in Go][2][1]: https://docs.tendermint.com/master/tutorials/go-built-in.html
[2]: https://docs.tendermint.com/master/tutorials/go.html