Skip to content
subtly edited this page Oct 17, 2016 · 1 revision

Welcome to the golem-crowdfunding wiki!

Developer Environment

Mac OS

  • Install python via homebrew
  • pip install ethereum pytest
  • Install Solidity:
    • git clone git@github.com:ethereum/solidity.git
    • mkdir build && cd build && cmake .. && make install

Windows

Linux

FreeBSD

Clone this wiki locally