Start your own EOS net with 3 block producers on your laptop

Helpful scripts for EOS smart contract developers

Manh Vu
LecleVietnam
1 min readDec 2, 2018

--

As an EOS smart contract developer, I think you’ll need your own environment to test your dApp. It would be more convenient if you have scripts that can clean all data after you change some table structures in your codes.

All you need to do is running the below commands in sequence:

./clean_up.sh./start_genesis_node.sh./generate_start_bps_cmd.sh

You can find these scripts at https://github.com/manh-vv/start-local-eos-node. Hope it would be helpful for you guys :)

Tip: you can even build the whole EOS net not just on your laptop. I mean, with some modifications, you can run each block producer on a single server which you have.

Cheers, anyway.

By Manh Vu@ Lecle VietNam Blog

--

--