Skip to content

git-token/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





GitToken Command Line Interface

The GitToken CLI is the primary interface for setting up and interacting with GitToken services.

Current Programs in the CLI:

  • git token register For registering project with https://webhook.gittoken.io
  • git token terminal For reviewing all GitToken registered organizations

Installing GitToken CLI

Using NPM or Yarn run npm i -g git-token@alpha or yarn global add git-token@alpha

Install

Registering an Organization

Register by running git token register in your terminal.

Register

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.

GitToken Terminal

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

Terminal

Releases

No releases published

Packages

No packages published