pathornteng / hedera-truffle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 96.7%Language:Solidity 3.3%