docker run --name gnfd-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7
Create schema in MySQL client:
CREATE SCHEMA IF NOT EXISTS `challenger` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
make build
bash ./deployment/localup/localup.sh all 1
// validator key
fmt.Println(common.Bytes2Hex(s.Validator.GetPrivKey().Bytes()))
// relayer bls key
fmt.Println(common.Bytes2Hex(s.Relayer.GetPrivKey().Bytes()))
make build
./build/greenfield-challenger --config-type local --config-path ./config/config.json