Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 843 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 843 Bytes

Hedera Development Sandbox

A playground atop Hedera Testnet, exhibiting seamless interaction via hedera-sdk-go@v2.

Getting Started

Requirement

Quick start

git clone https://github.com/quiet-node/hedera-dev-sandbox.git
cd hedera-dev-sandbox

Running the project

1. Set environment variables

  • create a .env file using the .example.env as the template and fill out the variables.
HED_ACCOUNT_ID=DER Encoded Private Key
HED_PRIVATE_KEY=Account ID

2. Run project (dev mode)

make dev

Resources: