Skip to content

JoeyHentges/Hedera-Smart-Contract-Deployment

Repository files navigation

Hedera - Easily Deploy Smart Contracts

Easily deploy and test your Hedera smart contracts.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn install

Run Development Environment

Make a copy of the .env.example file and rename it ".env.development". Update the environment variables to your Hedera testnet account details.

Compile your contracts using the solidity compiler.

Go to the src/index.ts file and modify the existing main function to fit your contract(s) deployment needs, and run the following command to deploy your contract(s) to the Hedera testnet:

yarn dev

About

Quickly and easily deploy your Hedera smart contracts.

Resources

Stars

Watchers

Forks