adarshaJha / EOS-Crowdsale

A decentralized crowdsale smart contract built on EOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EOS-Crowdsale

A decentralized crowdsale smart contract built on EOS.

Prerequisites

  1. EOSIO 1.5.x installed on the system. https://developers.eos.io/eosio-home/docs
  2. eosio.cdt v1.4.2 or up installed. https://github.com/EOSIO/eosio.cdt
  3. Latest version of EOSFactory installed on the system. http://eosfactory.io/build/html/tutorials/01.InstallingEOSFactory.html

Run tests

  • After installation of EOSIO, eosio.cdt and EOSFactory, locate the contracts directory specified during eosio installation. cd ~/<contracts-directory-specified-during-installation>/
  • Clone this repository git clone https://github.com/Quillhash/eosio-token.git
  • Run tests python3 tests/test1.py
  • Run unit tests python3 tests/unittest1.py

About

A decentralized crowdsale smart contract built on EOS.


Languages

Language:C++ 60.1%Language:Python 33.6%Language:C 3.9%Language:CMake 2.5%