Skip to content

murtrax/Hello-World-Smart-Contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello-World-Smart-Contract

A simple hello world smart contract written in solidity and deployed in truffle. The smart contract just contains a function that returns the string of 'hello world'.

tests

The tests directory contains tests for the HelloWorld Smart contract. Run these tests before deploying them! How to run: "truffle test" command!

Dependencies required:

  • npm
  • truffle

How to run:

  • open a terminal window and browse to the folder containing this project
  • Run "truffle test". This should compile contracts and test for errors
  • Run "truffle develop" to open the truffle console
  • Run "migrate --reset" to compile and deploy the smart contract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published