opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
130 stars 143 forks source link

feat: allow invoking localnet.sh from anywhere #413

Closed orriin closed 3 months ago

orriin commented 3 months ago

localnet.sh currently can only be invoked from the root of the subtensor repo.

In https://github.com/opentensor/subtensor/issues/331 we want it to be invoked from a Python script in another directory, this PR adjusts the pathing to make this possible.