Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 591 Bytes

Hedera Examples

This is a collection of sample projects, tests and trials. Some are just experiments of my own, others are there to help community members solve particular challenges.

Note: These repositories are not necessarily maintained regularly and may not be fully up to date.

Setup environment

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

Project list

exchange-rates

Shows how to obtain the current hbar / usd exchange rate using two different methods (mirror query and file query)