The GitToken CLI is the primary interface for setting up and interacting with GitToken services.
Current Programs in the CLI:
git token registerFor registering project with https://webhook.gittoken.iogit token terminalFor reviewing all GitToken registered organizations
Using NPM or Yarn run npm i -g git-token@alpha or yarn global add git-token@alpha
Register by running git token register in your terminal.
git token rebase will eventually be used to migrate contracts when new versions of GitToken contracts are released or when migrating contracts to different blockchain networks.
The GitToken Terminal listens to contract events in real-time for a selected organization. The terminal will eventually provide a decentralized auction and exchange for GitToken projects.
The GitToken Terminal is automatically installed with the GitToken CLI package. To access the terminal run
git token terminal



