Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 439 Bytes

Hedera-devleoper-foundation

This repository contains code used in Hedera Developer Foundation course.

Prerequisite

node v16

Install

git clone https://github.com/RaphaelMessian/hedera-developer-foundation.git
cd hedera-developer-foundation
npm install

Setup environment

cp .env.sample .env
nano .env # edit the OPERATOR_ID and OPERATOR_KEY to match your Hedera Account and Private Key