This is repository with Ethereum smart contracts for MomLife Bloomcoin Token (BLM) and ICO
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
First you need install NodeJS 8.x and npm 5.x is need for Truffle development framework
Debian and Ubuntu based Linux distributions:
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install -y nodejsFor Windows simply download the Windows Installer directly from the nodejs.org web site.
Clone project and install requirements
$ git clone git@bitbucket.org:preggieapp/momtoken.git
$ cd ./momtoken
$ npm installFor running the test you need start TestRPC server.
$ npm startThen run tests
$ npm testFor stop TestRPC server
$ npm stop- Truffle - development framework for Ethereum.
- Zeppelin Solidity - Library for writing secure Smart Contracts on Ethereum.
- TestRPC - is a Node.js based Ethereum client for testing and development.
This project is licensed under the MIT License - see the LICENSE.md file for details