GithubHelp home page GithubHelp logo

aavedeployer's Introduction

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

ADD in README

ALCHEMY_API_KEY_URL="https://dashboard.alchemy.com/"
MUMBAI_PRIVATE_KEY="YOUR_PRIAVTE_KEY"
POLYGONSCAN_KEY="https://polygonscan.com/myapikey"

To run deploy and verify script

npx hardhat run scripts/verifyProvider.js --network mumbai

To verify through CLI

For single argument
npx hardhat verify --network mumbai 0x1a5f55A3778DC87aBdb587ac3c93Fb3357Dcd0fb "MATIC"

For multiple arguments
npx hardhat verify --network mumbai 0x0Bf99E0df07f620b48f054949b9773221F0F4a00 "0x9F03DC0D6473A102C7454A81BE0243f05622ca52" "0x6443E9F7282c27C517e61cF938cfe17Ba376E0EF"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.