Navid TehraniFar
Navid TehraniFar
Might be desirable to be able to run transactions from GitHub URIs: ``` flow transactions send github.com/onflow/flow-ft/transactions/setup_account.cdc --signer MyAccount ```
I have the same problem in NextJS. Seems like import works in server-side code (like `api` routes) but fails in browser side ( like components).
I have a proposal covering the need here: https://github.com/onflow/flow-cli/issues/929 Please check and comment! @bjartek @jrkhan
FLIX offers a good solution to this. Here's the current interaction template for transferring FLOW: http://flix.flow.com/v1/templates?name=transfer-flow We're looking into integrating FLIX into CLI so the above use case can be...
Now part of this epic https://github.com/onflow/flow-cli/issues/928
Hello! I was a backend engineer on Dapper and I've created a similar service for Dapper/TopShot. Would be happy to help on this issue and provide feedback/reviews/guidance. You can reach...
This is great. Looking forward to a cleaner separation of concerns between dapp and wallet enabled by the improvements discussed here. I was wondering if we could also enable the...
We have a basic integration working live on port.flow.com now
To reproduce you have to deploy `HelloWorld` once, then subsequent updates (redeploys) need refreshes. Thanks for reporting!
Good catch! I'll update them. Thanks for reporting