Vishal | Flow
Vishal | Flow
FFlow
Created by Vishal | Flow on 9/20/2024 in #🛠│developer-questions
Vishal | Flow (2024-09-20)
thank you!
8 replies
FFlow
Created by Vishal | Flow on 9/20/2024 in #🛠│developer-questions
Vishal | Flow (2024-09-20)
thank you - for mulitple arguments, should that just be a comma separated list?
8 replies
FFlow
Created by Vishal | Flow on 9/20/2024 in #🛠│developer-questions
Vishal | Flow (2024-09-20)
works!
8 replies
FFlow
Created by Vishal | Flow on 9/20/2024 in #🛠│developer-questions
Vishal | Flow (2024-09-20)
$ flow scripts execute ./my_script.cdc --args-json Address:0xc87f5f0cfd217fcd -n mainnet
:x: Command Error: error parsing script arguments: invalid character 'A' looking for beginning of value
$ flow scripts execute ./my_script.cdc --args-json Address:0xc87f5f0cfd217fcd -n mainnet
:x: Command Error: error parsing script arguments: invalid character 'A' looking for beginning of value
8 replies
FFlow
Created by jerome | flow on 9/10/2024 in #🛠│developer-questions
Jerome | Flow (2024-09-10)
flow version Version: v2.0.1
6 replies
FFlow
Created by jerome | flow on 9/10/2024 in #🛠│developer-questions
Jerome | Flow (2024-09-10)
I get unknown flag arg when I do that 😦 $ flow scripts execute ./mycript.cdc --arg Address:0xc87f5f0cfd217fcd -n mainnet unknown flag: --arg
6 replies
FFlow
Created by ElDumbo on 5/21/2024 in #🛠│developer-questions
Luke | Flow Community (2024-05-21)
8 replies
FFlow
Created by ElDumbo on 5/21/2024 in #🛠│developer-questions
Luke | Flow Community (2024-05-21)
if you are using REST, then the API is here: https://developers.flow.com/http-api
8 replies
FFlow
Created by ElDumbo on 5/21/2024 in #🛠│developer-questions
Luke | Flow Community (2024-05-21)
gRPC endpoints are documented here - https://developers.flow.com/networks/node-ops/access-onchain-data/access-nodes/accessing-data/access-api flow cli uses gRPC and to get the latest block you do flow blocks get latest -n mainnet
8 replies