Skip to content

captDaylight/arbitration-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitration

A simple Ethereum contract using truffle.

Setup

First make sure you have testrpc and truffle installed.

npm install -g truffle ethereumjs-testrpc

Running the Contract

Start running testrpc:

> testrpc

Then, in a new tab:

> truffle compile
> truffle migrate

To interact with the contract:

> truffle console

About

Ethereum contract tutorial for arbitration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published