This is the official repository for the crowdsale of PembiCoin tokens.
To test the contracts:
- Open a terminal
- Install geth
# Installing geth on Ubuntu
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum
- Clone the repository
git clone https://github.com/pembient/pembicoin.git - In the repository,
./run.shand pressyat the prompt
The tests will take a while to run. The program will report if the tests match their expected results.