Summary
Right now, the farming module uses localnet script to run local network for testing local environment. 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
- Remove most of the
third_party proto files
References
For Admin Use
Summary
Right now, the farming module uses localnet script to run local network for testing local environment. 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 updateMakefilethird_partyproto filesReferences
For Admin Use