Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust the parameter sequence of the tokenization API #23

Merged
merged 2 commits into from
Sep 24, 2020

Conversation

ShengguangXiao
Copy link
Contributor

Adjust the parameter sequence of the tokenization API. Right now the first parameters most of time is empty, but still need to input, which is not convenient, so move it to the end, and make it option.
For example.

defi-cli createtoken "[]" "{\"symbol\":\"MyToken\",\"collateralAddress\":\"address\"}"

will become lie

defi-cli createtoken "{\"symbol\":\"MyToken\",\"collateralAddress\":\"address\"}"

@ShengguangXiao ShengguangXiao force-pushed the fix/token-cli-parameters branch from bbfbe12 to 8c0100d Compare September 9, 2020 05:12
@monstrobishi monstrobishi merged commit 8f66a0c into master Sep 24, 2020
@uzyn uzyn deleted the fix/token-cli-parameters branch September 25, 2020 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants