hedera-truffle

This repository contains the sample code that demonstrate how you can deploy a Solidity smart contract to Hedera network using Truffle.

Install

npm install

Configure

mv .env_sample .env
vi .env

Run

truffle migrate