Skip to content

clarencep/solidity-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This Project

This is a demo of Solidity. It shows how to:

  1. using solc to compile a ETH contact written in Solidity;
  2. deploying it on a local test net;
  3. call the contact functions.

How To Run

  1. clone this project.
  2. run npm install
  3. start the test net: npm run testrpc
  4. run the script: npm run test

If all is done, the test commands' output will be like: test-output.txt.

Releases

No releases published

Packages

No packages published