Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 694 Bytes

👨‍💻 Technology Used:

  • Smart Contract : Solidity V0.7.3
  • Ethereum development environment : Hardhat
  • Blockchain API and Node Service : Alchemy
  • Library : ether.JS

🔆 How to use:

  1. Clone the repo using git clone https://github.com/shailendrakumaromkar/Coding-Challenge.git
  2. Run npm install, this will install all necessary dependencies.
  3. In hardhat.config.js, give your "ALCHEMY_API_KEY" & KOVAN_PRIVATE_KEY
  4. Run TestScript.sh
  5. Verify result in Output.json
  6. It has details- contract address, deployer address, and the value set

💡 Note:

In case only JSON file is required, then in /scripts/deploy.js, comment all console.log lines