/safe-deploy

Simply deploy your Smart Contract without plugging your private key in you development environment.

Primary LanguageJavaScript

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.

Demo : https://www.youtube.com/watch?v=a253m9YGEqM

Usage

  1. Locate to the folder with solidity file/'s in your Local System.

image

  1. Installation: npm i safe-deploy

image

  1. Usage: npx safe-deploy /path/to/solidityFile.sol

image

  1. Default Browser Window will pop-up

image

  1. Connect Wallet and then you can deploy image

⛓ 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 ✌