-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add README for CLI #89
Conversation
@kiseln This should be good enough for now. Please check docs and tell me if you find something strange or tell me if you think that it's better to provide more examples |
bridge-cli testnet near-fin-transfer-with-evm-proof \ | ||
--chain eth \ | ||
--tx-hash 0xabc...def \ | ||
--storage-deposit-actions usdc.near:alice.near:0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if deposits need to be expanded upon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can provide multiple actions in this format: token_id1:account_id1:amount1,token_id2:account_id2:amount2,...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to explain which accounts should be the recipients of the storage deposit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now
closes #9