From 054b0acac963d03a8500f2d58066e1c636b07055 Mon Sep 17 00:00:00 2001 From: bumi Date: Sun, 8 Apr 2018 13:50:19 +0200 Subject: [PATCH] Readme --- README.mdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mdown b/README.mdown index b4e2b7d..48517ef 100644 --- a/README.mdown +++ b/README.mdown @@ -10,8 +10,13 @@ This repository contains all the contracts for Kredits as a [truffle framework]( ### Requirements +All requirements are defined in `package.json`. + +Those can be installed globally for convenience: * [truffle framework](http://truffleframework.com): `npm install -g truffle` * [ganache](http://truffleframework.com/ganache): `npm install -g ganache-cli` + +We use following solidity contract libraries: * [Open Zeppelin](https://github.com/OpenZeppelin/zeppelin-solidity) For local development it is recommended to use [ganache-cli](https://github.com/trufflesuite/ganache-cli) (or the [ganache GUI](http://truffleframework.com/ganache/) to run a local development chain.