- ethermint
- fxcore
- go get <your project>
- implement the appCreator function
- registerAppCreator
func init() {
applicationCreator := func() (Application, error) {
return app.NewEthermintApp(nil, nil, nil, true, map[int64]bool{}, os.TempDir(), 5,
encoding.MakeConfig(app.ModuleBasics), simapp.EmptyAppOptions{}), nil
}
registerAppCreator(ETHERMINT, applicationCreator)
}
1. make install
2. firewalld --help
3. firewalld start
1. docker build . -t functionX/cosmos-firewall
2. docker run -idt --name firewall -p 26657:26657 -p 1317:1317 -p 9090:9090 -v `pwd`/config:/build/config functionX/cosmos-firewall start --config /build/config/config.toml