safe-deploy
v1.1.9
Published
Simply deploy your Smart Contract without plugging your private key in you development environment.
Downloads
122
Readme
safe-deploy
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.
Usage
- 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
- Connect Wallet and then you can deploy
Experiment with the stuff, Raise an issue if you find something different ✌