mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
143 stars 13 forks source link

Install dependency from a private server #47

Open mario-eth opened 1 month ago

mario-eth commented 1 month ago

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.