Install contract dependencies from the NFT Catalog
Open
@chasefleming is already working on this.
Since Oct 3, 2023.
Feature
- Dominant language
- Go
- Stars
- 209
- Forks
- 87
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
Goal
flow contracts install should check and fetch contracts defined in flow.json from the NFT catalog into the imports folder.
- The simple syntax is
nft-catalog/NETWORK/COLLECTION_IDENTIFIERe.g.nft-catalog/mainnet/CoolNFT - Only applies to missing dependencies based on what's inside the
importsfolder. - Resolves the contract address using the NFT catalog, then the rest of logic is similar to #944
importsshould be added to.gitignore
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.