/EOS-Crowdsale

A decentralized crowdsale smart contract built on EOS.

Primary LanguageC++

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