smartcontracts
hardhat
smartcontracts | hardhat | |
---|---|---|
1 | 136 | |
3 | 7,487 | |
- | 1.1% | |
2.8 | 9.8 | |
11 days ago | 1 day ago | |
Solidity | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
smartcontracts
-
Gitpod x Blockchain
First lets see this repo StoreFront_contracts This project is build with hardhat and also has TheGraph powered indexer in subgraph. The project provides NFT based smart contract like ERC721 build on top of openzeppelin contracts.
hardhat
-
2025’s Must-Know Tech Stacks
Hardhat
-
Smart Contract Audits: Ensuring Safe Blockchain Migration
4. Hardhat and Truffle
-
Web3 UI For Simple Smart Contract
Let's build a web frontend to a smart contract! This is a followup to my previous post about creating a simple smart contract with Solidity and Hardhat. The instructions here assume you are picking up up with the same contract that we just deployed to our Hardhat environment.
-
Simple Start to Smart Contract Development with Hardhat
Welcome to my post about Smart Contract development! This post is mostly just my notes on how to get a super simple smart contract (self executing program on a blockchain) written, deployed and called. For me it is easier to learn something new by doing. When dealing with blockchains and smart contracts however, that "doing" becomes expensive when you are trying to do something many times for educational purposes. Since every write to a blockchain costs something (on Ethereum Virtual Machine, or EVM, based networks, this cost is referred to as a Gas Fee). To avoid the cost of writing to a real blockchain, we'll use a tool called Hardhat. Hardhat will simulate an EVM network/blockchain for us to play with. When you are ready to actually publish your Smart Contract to a real blockchain, you'll need to either run a node yourself or use a Node Provider like Alchemy.
-
Getting Started with Morph SDK and Metamask Integration
Contracts: This directory contains all of the code for developing smart contracts using either the Foundry or Hardhat frameworks. Both frameworks have been structured to allow for rapid and easy DApp development. For this tutorial, we will focus on the Foundry framework.
-
Cross-Chain Governance with OpenZeppelin Governor and Axelar
Install Hardhat, OpenZeppelin, hardhat toolbox, and the axelar-gmp-sdk-solidity with the following commands:
-
To-do List Blockchain dApp avec NextJS + Solidity + Web3.js - Tutoriel pas à pas
Hardhat : Site officiel
-
Basics of web3 development, JS new releases this week, cool npm modules and open-source packages
Truffle and Hardhat both are quiet and commonly used packages
-
Awesome Ethereum Development Tools I used
Hardhat is a development environment specifically designed for creating EVM smart contracts. It offers a comprehensive set of tools that make it indispensable for serious smart contract development. With Hardhat, you have access to a variety of useful features. It provides a local blockchain node, which allows you to test your contracts with no cost. You can also replicate the state of testnet and mainnet blockchains by forking them to your local blockchain node. Additionally, Hardhat offers features like block and time manipulation on your local blockchain node! There are also useful addons such as smart contract verification for blockchain explorer. Without this tool, I would needed to invest a lot more time and money to develop and test my smart contracts.
-
How to Register a Smart Contract to Mode SFS with Hardhat.
Hardhat is an Ethereum development framework for creating, testing and deploying smart contracts. It includes a suite of tools that aid in developing smart contracts and managing the complete development process, allowing developers to write scripts, compile, test, and deploy efficiently.
What are some alternatives?
GuardianTest - Web3 E2E Testing Framework
ganache - :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
graph-node - Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
remix-ide - Documentation for Remix IDE
Enkrypt - Enkrypt: Multichain web3 wallet
truffle - :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
web3-onboard - Client library to onboard users to web3 apps
foundry - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
PokeCard-NFT - Decentralized platform where users can create, buy, sell, and view unique Pokémon card NFTs (non-fungible tokens). Built on the Ethereum blockchain, this marketplace allows to collect Pokémon cards with the added benefits of blockchain technology
useDApp - Framework for rapid Dapp development. Simple. Robust. Extendable. Testable
openzeppelin-contracts - OpenZeppelin Contracts is a library for secure smart contract development.
brownie - A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.