Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 283 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 283 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