Code Monkey home page Code Monkey logo

hardhat-fast-setup's Introduction

Hardhat fast setup

This repo contains all the information necessary to create and setup a hardhat project quickly. The objective is to have all the information in the same place on the different EVM chains. Do not hesitate to remove the chains that you do not use or adapte the config file to your needs.

Create & setup Hardhat

Commands from the doc:

npm init -y
npm install --save-dev hardhat
npx hardhat init

npm install --save-dev dotenv

I added the dotenv package because I use it (and you too probably) in all my projects.

Config file and .env

You can copy/past the content of the hardhat.config.ts file and remove or adapt to fit your needs.

You can do the same with the .env.example file but remember to rename it .env and add it to your .gitignore so you don't push your private information!

Testnets

Testnets included:

  • Polygon Amoy
  • Ethereum Sepolia
  • Etherlink Testnet
  • Arbitrum Sepolia
  • BSC Testnet

Note

If you don't want to use Alchemy as provider for some of the RPCs, you can go on ChainList and select a public RPC.

hardhat-fast-setup's People

Contributors

camillebzd avatar

Watchers

 avatar

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.