marnett / ethereum

0 stars 0 forks source link

add a README for the Serpent Contract Examples directory #2

Closed amiller closed 9 years ago

amiller commented 9 years ago

Let's make this sort of self contained. I think that people (especially ethereum enthusiasts, other developers) will want to go to this repo and look at the examples we've created .

  1. Make the files self explanatory. If I run python version2.py, for example, it should print an explanation to the screen of what is happening, what is expected to be shown on the screen, etc. What does the output mean? If it's the output of running through a test scenario, what happens in the test scenario? What should I see if everything is correct?

    Also add comments to the source files for each of the examples.

  2. Add a README explaining what is the point of each file. Give some bare bones instructions for "running the examples"... if they have pyethereum installed (refer them to the guide for instructions how) then they should be able to do python example.py and so on.