You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running swap with an assigned directory --swipe-dest or --swap-dest directory outside of the current or sub-directories results in read-only errors. This needs to be fixed before formalizing into a CLI package
Which would take the contract/scripts/ and transactions/ from onflow/flow-nft, save them to ../my-repo/cadence/ then translate the contents to TypeScript consts in ./src/cadence. It should also be able to handle absolute paths in addition the previously mentioned relative paths.
The text was updated successfully, but these errors were encountered:
Description
Currently, running
swap
with an assigned directory--swipe-dest
or--swap-dest
directory outside of the current or sub-directories results in read-only errors. This needs to be fixed before formalizing into a CLI packageSolution Criteria
The following should run without issue
Which would take the
contract/
scripts/
andtransactions/
fromonflow/flow-nft
, save them to../my-repo/cadence/
then translate the contents to TypeScript consts in./src/cadence
. It should also be able to handle absolute paths in addition the previously mentioned relative paths.The text was updated successfully, but these errors were encountered: