Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.49 KB

Mom.life Bloom ERC20 Token & ICO smart contracts

This is repository with Ethereum smart contracts for MomLife Bloomcoin Token (BLM) and ICO

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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 nodejs

For Windows simply download the Windows Installer directly from the nodejs.org web site.

Installing

Clone project and install requirements

$ git clone [email protected]:preggieapp/momtoken.git
$ cd ./momtoken 
$ npm install

Running the tests

For running the test you need start TestRPC server.

$ npm start

Then run tests

$ npm test

For stop TestRPC server

$ npm stop

Built With

  • 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.

License

This project is licensed under the MIT License - see the LICENSE.md file for details