Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 763 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 763 Bytes

eosio-token

Standard EOSIO token contract, with test cases in python created using EOSFactory.

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