Skip to content

4ban/ezeos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZEOS

standard-readme compliant Open Source Love PRs Welcome MIT Licence FOSSA Status

A simple testing/learning tool for EOS.

Table of Contents

Background

The tool was created as a means to quickly and easily experiment with EOSIO on mac or linux on the main or test net. This version does not create a local node for you, but you can connect to it if you run it separately. You can explore the EOSIO blockchain, create wallets and import keys, create accounts, view account balance, get tables and use a contract to transfer funds to a ledger.

Install

Requirements: EOS, EOS.CDT, Python3

  • For installing EOS and EOS.CDT visit the wiki
  • install python>=3.6

if you want to use more than 4 default themes, install ttkthemes (optional, recommended)

  • pip3 install ttkthemes

There is a possibility that you have to install additional libraries:

  • pip3 install beautifulsoup4
  • pip3 install moneywagon
  • pip3 install requests

For the further update:

  • pip3 install Pillow
  • pip3 install SocketIO-client
  • pip3 install pyte

Usage

At the root of this project:

Run:

python3 ezeos.py

Happy hacking!

Screenshots

screen shot 2019-02-13 at 1 10 11 pm

screen shot 2019-02-13 at 1 10 26 pm

screen shot 2019-02-13 at 1 10 49 pm

screen shot 2019-02-13 at 1 10 57 pm

screen shot 2019-02-13 at 1 11 14 pm

Contribute

If you are interested in contributing, please read the code of conduct file.

PRs are accepted, but be aware that the tool currently meets our very limited needs and so our time to review is limited. We decided to share it with the open source community in the hopes that it would be as useful for others as it has been for us. You are encouraged to fork it and make a go of it on your own. Having said that, we would love to hear from you about your efforts! If we can help we will!

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 VolentixLabs

FOSSA Status

Cross repo

Volentix ezeos