Project Details
What are you going to build?:
Soldeer is a dependency manager built specifically for smart contracts. Currently, smart contract development relies on github or npmjs to manage the smart contract dependencies which is quite wrong from an ecosystem point of view. Both npmjs or github can contain files that are not needed or that can be malicious for your project. The main development tools used for smart contract development: Foundry and Hardhat use git submodules or npmjs as managing smart contract dependencies, which, from my point of view, is wrong as there should be a specific dependency manager, with improved security and transparency for the user.