CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

CLI Skeleton #41

Closed revett closed 6 years ago

revett commented 6 years ago

Problem

Currently this repo uses a Makefile, which can only pushed so far. Some of the longer standing feature requests and issues can't be solved whilst the Makefile is in use.

Solution

Move to a Go CLI. This PR adds a skeleton for it using the popular github.com/urfave/cli package.

Subsequent PRs will first duplicate the existing logic of the Makefile and the add some shiny new features 🎉

Notes