A playground atop Hedera Testnet, exhibiting seamless interaction via hedera-sdk-go@v2.
git clone https://github.com/quiet-node/hedera-dev-sandbox.git
cd hedera-dev-sandbox
- 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
make dev