cosmos-sdk/store/streaming/abci/examples/file
2025-08-29 15:58:04 -04: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 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 ~/.