We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
#157
Sorry, something went wrong.
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: