Skip to content

A minimal blockchain todo dapp using Hardhat, Ethers and OpenZeppelin!

Notifications You must be signed in to change notification settings

craigwheeler/blockchaintasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

BlockchainTasks.com

A minimal blockchain todo dapp using Hardhat, Ethers and OpenZeppelin!
View Demo

Blockchain Tasks

Table of Contents

About The Dapp

A simple Dapp using blockchain development tools such as Hardhat and Ethers.js

Technologies used to scaffold this template:

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Requires Node.js version 16 or later. To learn more about which versions of Node.js are supported go to https://hardhat.org/nodejs-versions

Installation

  1. Clone the repo
git clone https://github.com/craigwheeler/blockchaintasks.git
  1. Install NPM packages
npm i
  1. Start
npm run dev

Running Hardhat

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

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

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the template
  2. Create your feature branch (git checkout -b feature/awesome_feature)
  3. Commit your changes (git commit -m 'add some awesome_feature')
  4. Push to the branch (git push origin feature/awesome_feature)
  5. Open a pull request

About

A minimal blockchain todo dapp using Hardhat, Ethers and OpenZeppelin!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published