onflow / flow-interaction-template-tools

Apache License 2.0
6 stars 0 forks source link

Support new Import syntax #12

Open bthaile opened 1 year ago

bthaile commented 1 year ago

New import syntax has been supported by flow cli and language server.

Example:

import "AccountCreator"
...

contract information is in the flow.json file. It stores the contract addresses for various deployments, mainnet, testnet, emulator.

reference: https://github.com/onflow/flips/issues/128