Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjbateman/next-ethereum-hardhat
:clipboard: Hardhat dev. environment for study of Ethereum DApp and networking with Metamask crypto wallet using Next.js frontend
https://github.com/andrewjbateman/next-ethereum-hardhat
cryptocurrency dapp ethereum javascript nextjs solidity typescript
Last synced: about 1 month ago
JSON representation
:clipboard: Hardhat dev. environment for study of Ethereum DApp and networking with Metamask crypto wallet using Next.js frontend
- Host: GitHub
- URL: https://github.com/andrewjbateman/next-ethereum-hardhat
- Owner: AndrewJBateman
- Created: 2021-10-14T04:21:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T13:32:13.000Z (over 3 years ago)
- Last Synced: 2024-11-07T03:33:27.999Z (3 months ago)
- Topics: cryptocurrency, dapp, ethereum, javascript, nextjs, solidity, typescript
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Ethereum Hardhat
* Hardhat dev. environment for study of Ethereum DApp, Solidity and networking with Metamask crypto wallet using Next.js frontend
* **Note:** to open web links in a new window use: _ctrl+click on link_![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/next-ethereum-hardhat?style=plastic)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/next-ethereum-hardhat?style=plastic)
![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/next-ethereum-hardhat?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/next-ethereum-hardhat?style=plastic)## :page_facing_up: Table of contents
* [:zap: Next Ethereum Hardhat](#zap-next-ethereum-hardhat)
* [:page_facing_up: Table of contents](#page_facing_up-table-of-contents)
* [:books: General info](#books-general-info)
* [:camera: Screenshots](#camera-screenshots)
* [:signal_strength: Technologies](#signal_strength-technologies)
* [:floppy_disk: Setup](#floppy_disk-setup)
* [:flashlight: Testing](#flashlight-testing)
* [:computer: Code Examples](#computer-code-examples)
* [:cool: Features](#cool-features)
* [:clipboard: Status & To-Do List](#clipboard-status--to-do-list)
* [:clap: Inspiration](#clap-inspiration)
* [:file_folder: License](#file_folder-license)
* [:envelope: Contact](#envelope-contact)## :books: General info
* Ethereum blockchain app is written in Solidity, similar to Javascript
## :camera: Screenshots
* tba
## :signal_strength: Technologies
* [Hardhat v2](https://www.npmjs.com/package/hardhat)
* [Ethereum](https://ethereum.org/en/dapps/) decentralised app (DApp)
* [Remix Ethereum](https://remix.ethereum.org/) Solidity compiler
* [Alchemy](https://www.alchemy.com/) blockchain dev. platform
* [Solidity v0.8.6](https://docs.soliditylang.org/en/latest/) a curly-bracket, object-oriented, high-level language for implementing smart contracts
* [Metamask](https://metamask.io/) crypto wallet
* [hardhat-shorthand v1](https://www.npmjs.com/package/hardhat-shorthand) - a globally accessible binary called hh that runs the project's locally installed hardhat and supports shell autocompletion for tasks
* [Node.js v14](https://nodejs.org/en/) JavaScript runtime built on Chrome's V8 JavaScript engine.
* [Next.js v11](https://nextjs.org/) frontend using React## :floppy_disk: Setup
* `npm i` to install dependencies
* `npm run dev` to start dev server on `http://localhost:3000`
* Solenium setup: tba## :flashlight: Testing
* tba
## :computer: Code Examples
* tba
## :cool: Features
* tba
## :clipboard: Status & To-Do List
* Status: In work
* To-Do: Connect to my Ethereum wallet network and test## :clap: Inspiration
**Youtube sicktastic videos:**
* [Installing Hardhat π·π½with NextJS 001 | How to build Dapp with NextJS (Ethereum Version) [2021]](https://www.youtube.com/watch?v=ioSLaSY3Vlw)
* [Writing a Smart Contract in Solidity 002 | How to build Dapp with NextJS (Ethereum Version) [2021]](https://www.youtube.com/watch?v=d2XNZ27pOHU)
* [Hardhat Configuration 003 | How to build Dapp with NextJS (Ethereum Version) [2021]](https://www.youtube.com/watch?v=20noXSpJEWM)**other**
* [IBM: What are smart contracts on blockchain?](https://www.ibm.com/topics/smart-contracts)## :file_folder: License
* N/A
## :envelope: Contact
* Repo created by [ABateman](https://github.com/AndrewJBateman), email: [email protected]