cosmos-sdk/store/streaming/abci/examples/file
Alvarez d201ca9ae4
docs: fix typos and wording across SDK documentation READMEs (#25696)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-17 17:12:11 +00:00
..
.gitignore refactor!: ADR-038 go-plugin system (#14207) 2023-03-14 18:09:30 +00:00
file.go refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
README.md docs: fix typos and wording across SDK documentation READMEs (#25696) 2025-12-17 17:12:11 +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 user's home directory ~/.