hardhat
Here are 1,050 public repositories matching this topic...
Combines Hardhat, TypeChain, Ethers, Waffle, Solhint, Solcover and Prettier
-
Updated
May 29, 2022 - TypeScript
The contents of this repository will help you launch a career in Blockchain development. How to deploy Smart contracts on Ethereum, build DApps, DeFi, DAO, NFT and Token protocol.
-
Updated
Jun 1, 2022
I think you should add the line await network.provider.send("evm_mine"); below evm_increaseTime, on the typescript keepers test file.
Or at least that's what I had to do on my local file to make the time increase have any real effect.
Reference:
https://ethereum.stackexchange.com/questions/86633/time-dependent-tests-with-hardhat
Opinionated Dapp Starter Template
-
Updated
Jun 1, 2022 - TypeScript
How to create your own NFT and mint NFT token
-
Updated
May 31, 2022 - TypeScript
OpenStore is an NFT store built on Polygon Blockchain (Mumbai Testnet)
-
Updated
Apr 17, 2022 - JavaScript
Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.
-
Updated
May 30, 2022 - TypeScript
A template for building Full-Stack Blockchain Dapps using Next.js (React), TypeScript, Tailwind CSS, Hardhat, Solidity, and many more!
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Apr 16, 2022 - TypeScript
Skill tree for the Freshman Track at LearnWeb3DAO
-
Updated
Apr 28, 2022
Introductory fullstack ethereum dapp using: solidity, hardhat, react.js, ethers.js
-
Updated
Apr 15, 2022 - JavaScript
Crypto arbitrage bot that searches multiple token exchanges on the Avalanche blockchain for a significant difference in price between two tokens. Once a arbitrage opportunity is found the bot will execute the simultaneous buying and selling of the tokens through a flash swap provided by token exchanges (selected exchanges are forks of the Uniswap V2 Smart Contract).
-
Updated
Apr 13, 2022 - TypeScript
How to do your first ICO smart contract
-
Updated
Jun 1, 2022 - TypeScript
If you open a block comment and hit enter to go to a new line, the * should be autoinserted:
Current:
/**
| <- cursor
*/
function foo2() public virtual {}Preferred:
/**
* | <- cursor
*/
function foo2() public virtual {}This happens in typescript and looks to be coming from the onEnterRules in the `language-configuration.
Hardhat TypeScript plugin boilerplate
-
Updated
Apr 28, 2022 - TypeScript
Smart contracts for the Core Module of the Angle Protocol
-
Updated
May 31, 2022 - Solidity
A fully-fledged Hardhat project template based on TypeScript.
-
Updated
May 30, 2022 - Solidity
Improve this page
Add a description, image, and links to the hardhat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hardhat topic, visit your repo's landing page and select "manage topics."


Describe the enhancement
All repos have
.gitignorefiles, make sure they all have.envand.encryptedKey.jsonin them. As well asnode_modules