Skip to content

Commit

Permalink
docs: add note about credit type to credit class tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
wgwz committed Aug 22, 2023
1 parent 69d2817 commit d169c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/user/credit-class-project-batch-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ To create a credit class, run the following command:
regen tx ecocredit create-class [issuers] [credit-type-abbrev] [metadata]
```

The `credit-type-abbrev` must be one of the allowed credit types for your chain.
By default, the only allowed credit type is `C`, so unless you've manually configured other credit types in your chains genesis file, you will need to use `C` here.
For more information about the command, add `--help` or check out [the docs](../../commands/regen_tx_ecocredit_create-class.md).

Now that you created a credit class, you can look up the credit class by id:
Expand Down

0 comments on commit d169c17

Please sign in to comment.