Blockchain Interactions
Query and mutate Flow blockchain
Make sure you have set the configuration in Getting Started first.
We are assuming you have read the Scripts Documentation before this, as transactions are sort of scripts with more required things.
There are two different operations to interact with Flow blockchain:
Query: Send arbitrary Cadence scripts to the chain and receive decoded values. Can be performed without user login
Mutate: Use transaction to send Cadence code with specify authorizer to perform permanently state changes on chain. Must be performed after user logged in
Query
Mutate
Last updated