cosmos-sdk/store/streaming/abci/examples/file
Aleksandr Bezobchuk 6cee22df52
feat!: Comet v0.38 Integration (#15519)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00
..
.gitignore refactor!: ADR-038 go-plugin system (#14207) 2023-03-14 18:09:30 +00:00
file.go feat!: Comet v0.38 Integration (#15519) 2023-05-24 16:09:19 +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 ~/.