Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 448 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 448 Bytes

Mint

A small cmd too for issuing an asset on stellar.

Setup

To install mint, just use a simple go get command

$ go get github.com/adirutwn/mint

And don't forget to properly configured $GOPATH directory, with $GOPATH/bin added to your PATH

export PATH=$PATH:$GOPATh/bin

You can now run the command mint from anywhere in your terminal.

Demo

Demo