artela-network / artela

Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
109 stars 86 forks source link

fix/makefile #28

Closed LukeNinjaX closed 1 year ago

LukeNinjaX commented 1 year ago
  1. make build and make install together build a release version of Artelad.
  2. extend the make commands to include more functionalities related to the testnet.
  3. update README.md about how to use make commands for setting up and managing the testnet.
  4. modify the init.sh script to ensure it utilizes the installed version of Artelad after the installation process.