Skip to content

A simple ethereum smart contract to represent a workflow on the blockchain

Notifications You must be signed in to change notification settings

m-b-davis/ethereum-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-workflow

A simple ethereum smart contract to represent a workflow on the blockchain

Prerequisites

  • Node.js
  • truffle
  • testrpc
  • geth

Usage

  • Clone the repo
  • truffle compile in the project direectory
  • Start testrpc by entering testrpc in another terminal (this will spin up a fresh blockchain)
  • truffle deploy in the project directory to deploy the workflow contract to the blockchain
  • truffle test to run tests

Files of interest

  • /contracts/Workflow.sol for the contract
  • /tests/workflow.js for tests and how to interact with the contract

About

A simple ethereum smart contract to represent a workflow on the blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published