From e390810b1aeb03b2fb7ae77694c12fcf6b3fecca Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Thu, 2 Mar 2017 18:22:12 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 85e41cb..6edb734 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,7 @@ Anyone can call this, and the tokens will be sent to the address registered in u ### Withdraw donations When contract enters in lock period just call `GitHubToken.withdraw()` to get your share of the donations. + +### Testing in ethereum-studio +This project was created using ethereum-studio. It contains ethereum.json and scenarios. +Simply clone it in your workspace and you are ready to go.