Skip to content

Create and query tokens on the Ergo blockchain by encrypting and decrypting the description with a password.

License

Notifications You must be signed in to change notification settings

ladopixel/schedulERG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

schedulERG

Logotipo ErgoPlatform

Simple application written in python to interact with the Ergo blockchain from the terminal.
Undoubtedly, the ergpy repository has been fundamental for the creation of schedulERG.

From schedulERG you can create and query tokens on the Ergo blockchain by encrypting and decrypting the description with a password.


Quick Start

If you are going to work with a computer other than Raspberry Pi, jump directly to Install schedulERG

Raspberry Pi

Prepare installation Raspberry Pi

sudo apt update && sudo apt upgrade -y
sudo apt install git pip openjdk-8-jre -y

Pi Zero

We need to explicity call Java 8 otherwise you will receive a "Server VM is only supported on ARMv7+ VFP" error. To correct this run the following (credit):

sudo update-alternatives --config java
# Then select Java 8's menu number

Install schedulERG

  • Requires Java 8 or higher to be installed on system

Install dependencies

pip install JPype1 ergpy

Clone repo

git clone https://github.com/ladopixel/schedulERG.git

Launch schedulERG

cd schedulERG
python schedulERG.py

Option 1 - Add contact

With this option, we mint a token with the encrypted description.

Option 2 - Info contact

To consult all the tokens of a wallet to decipher the description of the one we are interested in.

About

Create and query tokens on the Ergo blockchain by encrypting and decrypting the description with a password.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages