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

[fastx client & adapter] Integrate Move Functions With Client & CLI #129

Closed
oxade opened this issue Jan 6, 2022 · 1 comment
Closed

Comments

@oxade
Copy link
Contributor

oxade commented Jan 6, 2022

As a user I want to publish move modules to FastX
As a user, I want to invoke functions on published Move module

mint, transfer, split, merge: https://github.com/MystenLabs/fastnft/blob/main/fastx_programmability/framework/sources/Coin.move and just need the CLI Call command to use
update: same as above, but in https://github.com/MystenLabs/fastnft/blob/main/fastx_programmability/framework/sources/ObjectBasics.move
publish contract: just need to expose via CLI
update contract: can't be done with FastX handcuffs
swap: implemented in https://github.com/MystenLabs/fastnft/blob/main/fastx_programmability/framework/sources/Escrow.move,

@oxade
Copy link
Contributor Author

oxade commented Jan 19, 2022

#157

@oxade oxade closed this as completed Jan 19, 2022
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

No branches or pull requests

1 participant