Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 341 Bytes

File metadata and controls

28 lines (19 loc) · 341 Bytes

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

Run Script

node ./verify/<scriptName>.js