cosmos-sdk/store/streaming/abci/examples/file
Zachary Becker fd170b5140
feat: Update Cosmos SDK to CometBFT v2 (#24837)
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-06-04 17:34:20 +00:00
..
.gitignore refactor!: ADR-038 go-plugin system (#14207) 2023-03-14 18:09:30 +00:00
file.go feat: Update Cosmos SDK to CometBFT v2 (#24837) 2025-06-04 17:34:20 +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 ~/.