Simply deploy your Smart Contract without plugging your private key in you development environment.
Browser based smart contract deployment using metamask wallet by using local solidity files on your computer.
Demo : https://www.youtube.com/watch?v=a253m9YGEqM
- Locate to the folder with solidity file/'s in your Local System.
- Installation:
npm i safe-deploy
- Usage:
npx safe-deploy /path/to/solidityFile.sol
- Default Browser Window will pop-up
⛓ Smart Contract will be deployed on whatever chain you are.
🔺 don't deploy on mainnet by mistake.
Experiment with the stuff, Raise an issue if you find something different ✌