cosmos-sdk/store/streaming/abci/examples/file
Fabiana Cecin b71d0894f0
feat: Upgrade to CometBFT v1.x series (#24114)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Zachary Becker <zachary@interchainlabs.io>
2025-05-13 12:57:22 +00:00
..
.gitignore refactor!: ADR-038 go-plugin system (#14207) 2023-03-14 18:09:30 +00:00
file.go feat: Upgrade to CometBFT v1.x series (#24114) 2025-05-13 12:57:22 +00:00
README.md chore: clean-up after go-plugin system pr (#15402) 2023-03-14 23:03:48 +00:00

File Plugin

The file plugin is an example plugin written in Go. It is intended for local testing and should not be used in production environments.

Build

To build the plugin run the following command:

cd store
go build -o streaming/abci/examples/file/file streaming/abci/examples/file/file.go
  • The plugin will write files to the users home directory ~/.