Install contract dependencies from GitHub
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 GitHub into the imports folder.
- The simple syntax is
github.com/ORGANIZATION/REPOSITORY/PATHe.g.github.com/onflow/flow-nft/NonFungibleToken.cdc - The contract name is resolved from contents.
- Targets the latest commit hash.
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.