dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
171 stars 83 forks source link

feat: install extensions using the catalog #3868

Closed ericswanson-dfinity closed 1 month ago

ericswanson-dfinity commented 1 month ago

Description

Look up location of extension.json url from /catalog.json in https://github.com/dfinity/dfx-extensions

Fixes https://dfinity.atlassian.net/browse/SDK-1796

How Has This Been Tested?

Added an e2e test, and the dfx extension install <extension name> test also covers this.

Checklist: