Summary
Right now, we use localnet.sh script to run local network when we test things out. This issue proposes to add Starport for better development environment so that just by running starport chain serve command, you can run local network with various different functionalities that Starport supports.
Tasks
- Add
config.yml to add Starport
- Update
README.mdand TECHNICAL_SETUP.md docs
- Remove
scripts/localnet.sh and update Makefile
References
For Admin Use
Summary
Right now, we use localnet.sh script to run local network when we test things out. This issue proposes to add Starport for better development environment so that just by running
starport chain servecommand, you can run local network with various different functionalities that Starport supports.Tasks
config.ymlto add StarportREADME.mdandTECHNICAL_SETUP.mddocsscripts/localnet.shand updateMakefileReferences
For Admin Use