Skip to content

Commit 2f74ccb

Browse files
authored
Update README.md
1 parent ccb714b commit 2f74ccb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ After creating the project using the `flow setup` you should then start the emul
2727
After the command is started it will automatically watch any changes you make to Cadence files and make sure to continiously sync those changes on the emulator network. If you make any mistakes it will report the errors as well. Read more [about the command here](https://developers.flow.com/tools/flow-cli/super-commands)
2828

2929
**Importing Contracts**
30+
3031
When you want to import the contracts you've just created you can simply do so by writing the import statement:
3132
```
3233
import "Foo"
3334
```
3435
We will automatically find your project contract named `Foo` and handle the importing for you.
3536

3637
**Deploying to specific accounts**
38+
3739
By default all contracts are deployed to a default account. If you want to seperate contracts to different accounts you can easily do so by creating a folder inside the contracts folder and we will create the account for you which will have the same name as the folder you just created. All the contracts inside that folder will be deployed automatically to the newly created account.
3840

3941
Example deploying to charlie account:

0 commit comments

Comments
 (0)