Skip to content

Standard EOSIO token contracts with test cases in python created using eos factory

Notifications You must be signed in to change notification settings

Quillhash/eosio-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Standard EOSIO token contracts with test cases in python created using eos factory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published