stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 674 forks source link

Switching to bin/blockstack-core #323

Closed muneeb-ali closed 7 years ago

muneeb-ali commented 7 years ago

We're still using bin/blockstack-server and now calling the repo Blockstack Core. We should add an alias “bin/blockstack-core” to bin/blockstack-server. This way the older bin/blockstack-server will still work while we update our docs at various places.

Also, now that the CLI and Core are in the same repo, we should include Core in the installation of “blockstack” i.e.,

pip install blockstack

will give you everything and users can then do

$ blockstack-core start

as well as

$ blockstack info

and there will be no need to install blockstack-core separately.

jcnelson commented 7 years ago

Done. b48022efa12228e788b2a5cb165fe74f781364f5

blockstack-devops commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.