Grogu Prepare environment Install Golang Install Docker make install in chain directory How to run BandChain in development mode Go to chain directory run chmod +x scripts/generate_genesis.sh to generate genesis.json file run bandd start to start BandChain How to run Grogu in development mode run chmod +x ./scripts/bothan/start_bothan.sh to change the access permission of start_bothan script run bothan with ./scripts/bothan/start_bothan.sh Export bothan url with export BOTHAN_URL=<Your Bothan URL> Go to chain directory run chmod +x ./scripts/start_grogu.sh to change the access permission of start_grogu script run ./scripts/start_grogu.sh to start Grogu