This is the official repository for the crowdsale of VowMe tokens.
We use SafeMath.sol and ERC20.sol from Zeppelin (thanks!)
NewToken.sol is an example of a new token that we might upgrade to.
We have 1400+ lines of tests. There are two test files:
- One tests the wallet
- The other one tests the crowd-sale and token contracts.
- Open a terminal
- Install npm
- Run "npm install -g truffle"
- Clone the repository "git clone https://github.com/vowme/vme-contracts.git"
- In the repository, run "npm install"
- Run "truffle develop"
- Type in "test"
If you don't want to run all the tests, you can just run individual ones
truffle develop
test ./test/VMEToken.js