You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, soldeer can download and install any dependency that is public under a zip archive.
Would be awesome to have a way to also install private dependencies, this mostly for under development projects that are developing under the radar until the smart contracts are released.
Maybe a way to do this is to have in the install command a way to specify a user/pass/token to pull the dependency using OAuth maybe from a certain link?
Another possibility to overcome this is to have private repositories in soldeer central repository but for that we need a bit more research.
The text was updated successfully, but these errors were encountered:
Currently, soldeer can download and install any dependency that is public under a
zip
archive.Would be awesome to have a way to also install private dependencies, this mostly for under development projects that are developing under the radar until the smart contracts are released.
Maybe a way to do this is to have in the install command a way to specify a user/pass/token to pull the dependency using OAuth maybe from a certain link?
Another possibility to overcome this is to have private repositories in soldeer central repository but for that we need a bit more research.
The text was updated successfully, but these errors were encountered: