cosmos-sdk/store/streaming/abci/examples/file
Marko 0dfb54e36a
refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
..
.gitignore chore: bring back store v1 to main (#20263) 2024-05-03 12:21:16 +00:00
file.go refactor! : bump comet to v1 (#19726) 2024-05-06 14:12:00 +00:00
README.md chore: bring back store v1 to main (#20263) 2024-05-03 12:21:16 +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 ~/.