Part of [Create a public laconicd testnet](https://www.notion.so/Create-a-public-laconicd-testnet-896a11bdd8094eff8f1b49c0be0ca3b8)
- Add script to generate stage2 genesis file using exported stage1 state and initialize a node
- Carry over accounts, balances and laconic modules state from stage1 to stage2
Reviewed-on: #16
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
* Disbale transfers in bank module in the generated genesis file
* Use bash to run the fixturenet script
* Trust local certs for fetching account holdings
* Add script to generate validators using bridge node data
* Modify script to convert bridge node output to json array
* Add script to get address balance mapping from bridge node output
* Modify script to generate cosmos address to balance map
* Add scripts to generate genesis file with allocations
* Take deployment dir and eth account holdings file as inputs
* Add .gitignore
---------
Co-authored-by: Shreerang Kale <shreerangkale@gmail.com>
* Add enable onboarding flag in fixturenet script
* Use genesis file if present
* Modify setup repos link
* Update readme steps to run fixturenet stack using s0 genesis file
* Update genesis file mount path
* Update instructions for onboarding module flag