Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Update FNS-Part-2.md #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FNS-Part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ flow config add contract
We'll start off with `NonFungibleToken`.

1. Enter `NonFungibleToken` for the Name (case-sensitive)
2. Enter `./cadence/contracts/interfaces/NonFungibleToken.cdc` for the Contract File Location (this path is relative to the location of `flow.json`)
2. Enter `./cadence/contracts/interfaces/NonFungibleToken.cdc` for the Contract File Location (this path is relative to the location of `flow.json`). For Windows users, the cos in contracts will cause an issue so to get around copy `./cadence/ontracts/interfaces/NonFungibleToken.cdc` and then type the missing `c` to complete the path.
3. Press enter (leave blank) the emulator alias for this contract
4. For the Testnet alias, enter `0x631e88ae7f1d7c20` (fetched from the Core Contracts link above)

Expand Down