How do I create an asset (token)? What kinds can I create?

Counterwallet

In Counterwallet pick an address from which you want to issue a token go to Address Actions > Create a Token (Asset).

Then select details based on explanation below.

CLI/API

To issue an asset you must specify:

  • From what address you are issuing the asset (source)
  • The name of the asset (asset)
  • Whether or not the asset is divisible (divisible)
  • Whether or not the asset is callable (callable)